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

Data Fields

struct sockexclude_sk
 
struct netnet
 
u32 portid
 
u32 group
 
int failure
 
int delivery_failure
 
int congested
 
int delivered
 
gfp_t allocation
 
struct sk_buffskb
 
struct sk_buffskb2
 
int(* tx_filter )(struct sock *dsk, struct sk_buff *skb, void *data)
 
voidtx_data
 

Detailed Description

Definition at line 1018 of file af_netlink.c.

Field Documentation

gfp_t allocation

Definition at line 1027 of file af_netlink.c.

int congested

Definition at line 1025 of file af_netlink.c.

int delivered

Definition at line 1026 of file af_netlink.c.

int delivery_failure

Definition at line 1024 of file af_netlink.c.

struct sock* exclude_sk

Definition at line 1019 of file af_netlink.c.

int failure

Definition at line 1023 of file af_netlink.c.

u32 group

Definition at line 1022 of file af_netlink.c.

Definition at line 1020 of file af_netlink.c.

u32 portid

Definition at line 1021 of file af_netlink.c.

Definition at line 1028 of file af_netlink.c.

struct sk_buff * skb2

Definition at line 1028 of file af_netlink.c.

void* tx_data

Definition at line 1030 of file af_netlink.c.

int(* tx_filter)(struct sock *dsk, struct sk_buff *skb, void *data)

Definition at line 1029 of file af_netlink.c.


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