Searched refs:BRIDGE_VLAN_INFO_RANGE_BEGIN (Results 1 – 5 of 5) sorted by relevance
64 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()
130 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ macro
209 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()
132 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ macro