iPXE
|
VLAN device private data. More...
Data Fields | |
struct net_device * | trunk |
Trunk network device. More... | |
unsigned int | tag |
VLAN tag. More... | |
unsigned int | priority |
Default priority. More... | |
struct net_device* vlan_device::trunk |
Trunk network device.
Definition at line 51 of file vlan.c.
Referenced by vlan_can_be_trunk(), vlan_close(), vlan_create(), vlan_destroy(), vlan_find(), vlan_irq(), vlan_notify(), vlan_open(), vlan_poll(), vlan_remove(), vlan_remove_first(), vlan_sync(), and vlan_transmit().
unsigned int vlan_device::tag |
VLAN tag.
Definition at line 53 of file vlan.c.
Referenced by vlan_create(), vlan_find(), vlan_tci(), and vlan_transmit().
unsigned int vlan_device::priority |
Default priority.
Definition at line 55 of file vlan.c.
Referenced by vlan_create(), vlan_tci(), and vlan_transmit().