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

/external/iproute2/include/linux/
H A Dif_vlan.h34 VLAN_FLAG_REORDER_HDR = 0x1, enumerator in enum:vlan_flags
/external/kernel-headers/original/uapi/linux/
H A Dif_vlan.h34 VLAN_FLAG_REORDER_HDR = 0x1, enumerator in enum:vlan_flags
/external/libnl/include/linux/
H A Dif_vlan.h34 VLAN_FLAG_REORDER_HDR = 0x1, enumerator in enum:vlan_flags
/external/iproute2/ip/
H A Diplink_vlan.c90 flags.mask |= VLAN_FLAG_REORDER_HDR;
92 flags.flags |= VLAN_FLAG_REORDER_HDR;
94 flags.flags &= ~VLAN_FLAG_REORDER_HDR;
/external/libnl/lib/route/link/
H A Dvlan.c51 __ADD(VLAN_FLAG_REORDER_HDR, reorder_hdr)

Completed in 1099 milliseconds