Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dif_vlan.h35 VLAN_FLAG_REORDER_HDR = 0x1, enumerator
/openbmc/linux/net/8021q/
H A Dvlan_netlink.c83 ~(VLAN_FLAG_REORDER_HDR | VLAN_FLAG_GVRP | in vlan_validate()
175 vlan->flags = VLAN_FLAG_REORDER_HDR; in vlan_newlink()
H A Dvlan_dev.c56 if (!(vlan->flags & VLAN_FLAG_REORDER_HDR)) { in vlan_dev_hard_header()
112 if (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()
H A Dvlan_core.c41 if (!(vlan_dev_priv(vlan_dev)->flags & VLAN_FLAG_REORDER_HDR) && in vlan_do_receive()
H A Dvlan.c274 vlan->flags = VLAN_FLAG_REORDER_HDR; in register_vlan_device()