Linux Kernel
3.7.1
|
#include <netdevice.h>
Data Fields | |
struct list_head | list |
unsigned char | addr [MAX_ADDR_LEN] |
unsigned char | type |
bool | synced |
bool | global_use |
int | refcount |
struct rcu_head | rcu_head |
Definition at line 199 of file netdevice.h.
unsigned char addr[MAX_ADDR_LEN] |
Definition at line 201 of file netdevice.h.
bool global_use |
Definition at line 209 of file netdevice.h.
Definition at line 200 of file netdevice.h.
struct rcu_head rcu_head |
Definition at line 211 of file netdevice.h.
int refcount |
Definition at line 210 of file netdevice.h.
bool synced |
Definition at line 208 of file netdevice.h.
Definition at line 202 of file netdevice.h.