Home
last modified time | relevance | path

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

/external/bcc/libbpf-tools/powerpc/
Dvmlinux_510.h109083 struct napi_struct { struct
109089 int (*poll)(struct napi_struct *, int); argument
109090 int poll_owner;
109091 struct net_device *dev;
109092 struct gro_list gro_hash[8];
109093 struct sk_buff *skb;
109094 struct list_head rx_list;
109095 int rx_count;
109096 struct hrtimer timer;
109097 struct list_head dev_list;
[all …]
Dvmlinux.h109083 struct napi_struct { struct
109089 int (*poll)(struct napi_struct *, int); argument
109090 int poll_owner;
109091 struct net_device *dev;
109092 struct gro_list gro_hash[8];
109093 struct sk_buff *skb;
109094 struct list_head rx_list;
109095 int rx_count;
109096 struct hrtimer timer;
109097 struct list_head dev_list;
[all …]
/external/libbpf/.github/actions/build-selftests/
Dvmlinux.h13992 struct napi_struct { struct
13998 int (*poll)(struct napi_struct *, int); argument
13999 struct net_device *dev;
14000 struct gro_list gro_hash[8];
14001 struct sk_buff *skb;
14002 struct list_head rx_list;
14003 int rx_count;
14004 struct hrtimer timer;
14005 struct list_head dev_list;
14006 struct hlist_node napi_hash_node;
[all …]
/external/bcc/libbpf-tools/arm64/
Dvmlinux.h88699 struct napi_struct { struct
88705 int (*poll)(struct napi_struct *, int); argument
88706 int poll_owner;
88707 struct net_device *dev;
88708 struct gro_list gro_hash[8];
88709 struct sk_buff *skb;
88710 struct list_head rx_list;
88711 int rx_count;
88712 struct hrtimer timer;
88713 struct list_head dev_list;
[all …]
Dvmlinux_510.h88699 struct napi_struct { struct
88705 int (*poll)(struct napi_struct *, int); argument
88706 int poll_owner;
88707 struct net_device *dev;
88708 struct gro_list gro_hash[8];
88709 struct sk_buff *skb;
88710 struct list_head rx_list;
88711 int rx_count;
88712 struct hrtimer timer;
88713 struct list_head dev_list;
[all …]
/external/bcc/libbpf-tools/x86/
Dvmlinux.h14380 struct napi_struct { struct
14385 int (*poll)(struct napi_struct *, int); argument
14386 int poll_owner;
14387 struct net_device *dev;
14388 struct gro_list gro_hash[8];
14389 struct sk_buff *skb;
14390 struct list_head rx_list;
14391 int rx_count;
14392 struct hrtimer timer;
14393 struct list_head dev_list;
[all …]
Dvmlinux_505.h14380 struct napi_struct { struct
14385 int (*poll)(struct napi_struct *, int); argument
14386 int poll_owner;
14387 struct net_device *dev;
14388 struct gro_list gro_hash[8];
14389 struct sk_buff *skb;
14390 struct list_head rx_list;
14391 int rx_count;
14392 struct hrtimer timer;
14393 struct list_head dev_list;
[all …]