Home
last modified time | relevance | path

Searched refs:VLAN_FLAG_REORDER_HDR (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/include/uapi/linux/
Dif_vlan.h34 VLAN_FLAG_REORDER_HDR = 0x1, enumerator
/linux-4.1.27/net/8021q/
Dvlan_netlink.c75 ~(VLAN_FLAG_REORDER_HDR | VLAN_FLAG_GVRP | in vlan_validate()
141 vlan->flags = VLAN_FLAG_REORDER_HDR; in vlan_newlink()
Dvlan_dev.c59 if (!(vlan->flags & VLAN_FLAG_REORDER_HDR)) { in vlan_dev_hard_header()
117 vlan->flags & VLAN_FLAG_REORDER_HDR) { in vlan_dev_hard_start_xmit()
220 if (mask & ~(VLAN_FLAG_REORDER_HDR | VLAN_FLAG_GVRP | in vlan_dev_change_flags()
Dvlan_core.c33 if (!(vlan_dev_priv(vlan_dev)->flags & VLAN_FLAG_REORDER_HDR)) { in vlan_do_receive()
Dvlan.c271 vlan->flags = VLAN_FLAG_REORDER_HDR; in register_vlan_device()