|
Linux Kernel
3.7.1
|
#include <netdevice.h>
Data Fields | |
| struct net_device * | dev |
| struct Qdisc * | qdisc |
| struct Qdisc * | qdisc_sleeping |
| spinlock_t _xmit_lock | ____cacheline_aligned_in_smp |
| int | xmit_lock_owner |
| unsigned long | trans_start |
| unsigned long | trans_timeout |
| unsigned long | state |
Definition at line 510 of file netdevice.h.
| spinlock_t _xmit_lock ____cacheline_aligned_in_smp |
Definition at line 526 of file netdevice.h.
| struct net_device* dev |
Definition at line 514 of file netdevice.h.
Definition at line 515 of file netdevice.h.
Definition at line 516 of file netdevice.h.
Definition at line 539 of file netdevice.h.
| unsigned long trans_start |
Definition at line 531 of file netdevice.h.
| unsigned long trans_timeout |
Definition at line 537 of file netdevice.h.
| int xmit_lock_owner |
Definition at line 527 of file netdevice.h.
1.8.2