Linux Kernel
3.7.1
|
#include <netdevice.h>
Data Fields | |
struct list_head | poll_list |
unsigned long | state |
int | weight |
unsigned int | gro_count |
int(* | poll )(struct napi_struct *, int) |
struct net_device * | dev |
struct sk_buff * | gro_list |
struct sk_buff * | skb |
struct list_head | dev_list |
Definition at line 302 of file netdevice.h.
struct net_device* dev |
Definition at line 319 of file netdevice.h.
Definition at line 322 of file netdevice.h.
unsigned int gro_count |
Definition at line 313 of file netdevice.h.
Definition at line 320 of file netdevice.h.
int(* poll)(struct napi_struct *, int) |
Definition at line 314 of file netdevice.h.
Definition at line 309 of file netdevice.h.
Definition at line 321 of file netdevice.h.
Definition at line 311 of file netdevice.h.
int weight |
Definition at line 312 of file netdevice.h.