Home
last modified time | relevance | path

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

/external/iproute2/bridge/
Dvlan.c64 vinfo.flags |= BRIDGE_VLAN_INFO_RANGE_BEGIN; in vlan_modify()
99 if (vinfo.flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in vlan_modify()
122 vinfo.flags &= ~BRIDGE_VLAN_INFO_RANGE_BEGIN; in vlan_modify()
155 if ((vinfo->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) || in filter_vlan_check()
438 if (vinfo->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) in print_vlan_info()
/external/iproute2/include/uapi/linux/
Dif_bridge.h130 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ macro
/external/libnl/include/linux-private/linux/
Dif_bridge.h130 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ macro
/external/libnl/lib/route/link/
Dbridge.c209 if (vinfo->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in bridge_parse_af_full()
211 vid_range_flags = (vinfo->flags ^ BRIDGE_VLAN_INFO_RANGE_BEGIN); in bridge_parse_af_full()
/external/kernel-headers/original/uapi/linux/
Dif_bridge.h132 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ macro