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

#include <genetlink.h>

Data Fields

unsigned int id
 
unsigned int hdrsize
 
char name [GENL_NAMSIZ]
 
unsigned int version
 
unsigned int maxattr
 
bool netnsok
 
int(* pre_doit )(struct genl_ops *ops, struct sk_buff *skb, struct genl_info *info)
 
void(* post_doit )(struct genl_ops *ops, struct sk_buff *skb, struct genl_info *info)
 
struct nlattr ** attrbuf
 
struct list_head ops_list
 
struct list_head family_list
 
struct list_head mcast_groups
 

Detailed Description

Definition at line 46 of file genetlink.h.

Field Documentation

struct nlattr** attrbuf

Definition at line 59 of file genetlink.h.

struct list_head family_list

Definition at line 61 of file genetlink.h.

unsigned int hdrsize

Definition at line 48 of file genetlink.h.

unsigned int id

Definition at line 47 of file genetlink.h.

unsigned int maxattr

Definition at line 51 of file genetlink.h.

struct list_head mcast_groups

Definition at line 62 of file genetlink.h.

Definition at line 49 of file genetlink.h.

bool netnsok

Definition at line 52 of file genetlink.h.

Definition at line 60 of file genetlink.h.

Definition at line 56 of file genetlink.h.

Definition at line 53 of file genetlink.h.

unsigned int version

Definition at line 50 of file genetlink.h.


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