Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dif_vlan.h35 VLAN_FLAG_REORDER_HDR = 0x1, enumerator
/Linux-v4.19/net/8021q/
Dvlan_netlink.c86 ~(VLAN_FLAG_REORDER_HDR | VLAN_FLAG_GVRP | in vlan_validate()
169 vlan->flags = VLAN_FLAG_REORDER_HDR; in vlan_newlink()
Dvlan_dev.c61 if (!(vlan->flags & VLAN_FLAG_REORDER_HDR)) { in vlan_dev_hard_header()
119 vlan->flags & VLAN_FLAG_REORDER_HDR) { in vlan_dev_hard_start_xmit()
226 if (mask & ~(VLAN_FLAG_REORDER_HDR | VLAN_FLAG_GVRP | in vlan_dev_change_flags()
Dvlan_core.c40 if (!(vlan_dev_priv(vlan_dev)->flags & VLAN_FLAG_REORDER_HDR) && in vlan_do_receive()
Dvlan.c270 vlan->flags = VLAN_FLAG_REORDER_HDR; in register_vlan_device()