Home
last modified time | relevance | path

Searched defs:napi_struct (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dnetdevice.h329 struct napi_struct { struct
340 int (*poll)(struct napi_struct *, int); argument
342 spinlock_t poll_lock;
343 int poll_owner;
346 unsigned int gro_count;
348 struct net_device *dev;
349 struct list_head dev_list;
350 struct sk_buff *gro_list;
351 struct sk_buff *skb;
/linux-3.4.99/net/core/
Ddev.c3801 int (*poll)(struct napi_struct *, int), int weight) in netif_napi_add() argument