Lines Matching full:vlan
35 /* Set the VLAN ID in an mbuf packet header non-destructively. */
77 #define SIOCGVLANPCP SIOCGLANPCP /* Get VLAN PCP */
78 #define SIOCSVLANPCP SIOCSLANPCP /* Set VLAN PCP */
82 * Drivers that are capable of adding and removing the VLAN header
86 * VLAN header w/o lowering the normal MTU should mark IFCAP_VLAN_MTU
87 * in if_capabilities; this notifies the VLAN code it can leave the
88 * MTU on the vlan interface at the normal setting.
92 * VLAN tags are stored in host byte order. Byte swapping may be
95 * Drivers that support hardware VLAN tag stripping fill in the
96 * received VLAN tag (containing both vlan and priority information)
102 * to mark the packet m with the specified VLAN tag.
105 * flag to see if a VLAN tag is present and valid:
112 * Note that a driver must indicate it supports hardware VLAN
121 * defined only between the device driver and VLAN layer.
168 /* VLAN state change events */