Linux Kernel
3.7.1
|
Data Fields | |
struct Qdisc_ops | qops |
struct net_device * | dev |
struct Qdisc * | slaves |
struct list_head | master_list |
unsigned long | tx_bytes |
unsigned long | tx_packets |
unsigned long | tx_errors |
unsigned long | tx_dropped |
Definition at line 56 of file sch_teql.c.
struct net_device* dev |
Definition at line 58 of file sch_teql.c.
Definition at line 60 of file sch_teql.c.
Definition at line 57 of file sch_teql.c.
Definition at line 59 of file sch_teql.c.
unsigned long tx_bytes |
Definition at line 61 of file sch_teql.c.
unsigned long tx_dropped |
Definition at line 64 of file sch_teql.c.
unsigned long tx_errors |
Definition at line 63 of file sch_teql.c.
unsigned long tx_packets |
Definition at line 62 of file sch_teql.c.