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

#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_devicedev
 
struct sk_buffgro_list
 
struct sk_buffskb
 
struct list_head dev_list
 

Detailed Description

Definition at line 302 of file netdevice.h.

Field Documentation

Definition at line 319 of file netdevice.h.

struct list_head dev_list

Definition at line 322 of file netdevice.h.

unsigned int gro_count

Definition at line 313 of file netdevice.h.

struct sk_buff* gro_list

Definition at line 320 of file netdevice.h.

Definition at line 314 of file netdevice.h.

Definition at line 309 of file netdevice.h.

Definition at line 321 of file netdevice.h.

unsigned long state

Definition at line 311 of file netdevice.h.

int weight

Definition at line 312 of file netdevice.h.


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