Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
genl_info Struct Reference

#include <genetlink.h>

Data Fields

u32 snd_seq
 
u32 snd_portid
 
struct nlmsghdrnlhdr
 
struct genlmsghdrgenlhdr
 
voiduserhdr
 
struct nlattr ** attrs
 
voiduser_ptr [2]
 

Detailed Description

struct genl_info - receiving information : sending sequence number : netlink portid of sender : netlink message header : generic netlink message header : user specific header : netlink attributes : network namespace : user pointers

Definition at line 76 of file genetlink.h.

Field Documentation

struct nlattr** attrs

Definition at line 82 of file genetlink.h.

struct genlmsghdr* genlhdr

Definition at line 80 of file genetlink.h.

struct nlmsghdr* nlhdr

Definition at line 79 of file genetlink.h.

u32 snd_portid

Definition at line 78 of file genetlink.h.

u32 snd_seq

Definition at line 77 of file genetlink.h.

void* user_ptr[2]

Definition at line 86 of file genetlink.h.

void* userhdr

Definition at line 81 of file genetlink.h.


The documentation for this struct was generated from the following file: