Linux Kernel
3.7.1
|
#include <netdevice.h>
Data Fields | |
struct Qdisc * | output_queue |
struct Qdisc ** | output_queue_tailp |
struct list_head | poll_list |
struct sk_buff * | completion_queue |
struct sk_buff_head | process_queue |
unsigned int | processed |
unsigned int | time_squeeze |
unsigned int | cpu_collision |
unsigned int | received_rps |
unsigned int | dropped |
struct sk_buff_head | input_pkt_queue |
struct napi_struct | backlog |
Definition at line 1724 of file netdevice.h.
struct napi_struct backlog |
Definition at line 1749 of file netdevice.h.
Definition at line 1728 of file netdevice.h.
unsigned int cpu_collision |
Definition at line 1734 of file netdevice.h.
unsigned int dropped |
Definition at line 1747 of file netdevice.h.
struct sk_buff_head input_pkt_queue |
Definition at line 1748 of file netdevice.h.
Definition at line 1725 of file netdevice.h.
Definition at line 1726 of file netdevice.h.
Definition at line 1727 of file netdevice.h.
struct sk_buff_head process_queue |
Definition at line 1729 of file netdevice.h.
unsigned int processed |
Definition at line 1732 of file netdevice.h.
unsigned int received_rps |
Definition at line 1735 of file netdevice.h.
unsigned int time_squeeze |
Definition at line 1733 of file netdevice.h.