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

#include <netdevice.h>

Data Fields

struct Qdiscoutput_queue
 
struct Qdisc ** output_queue_tailp
 
struct list_head poll_list
 
struct sk_buffcompletion_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
 

Detailed Description

Definition at line 1724 of file netdevice.h.

Field Documentation

Definition at line 1749 of file netdevice.h.

struct sk_buff* completion_queue

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.

struct Qdisc* output_queue

Definition at line 1725 of file netdevice.h.

struct Qdisc** output_queue_tailp

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.


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