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

/linux-master/net/bridge/
H A Dbr_netlink_tunnel.c128 BRIDGE_VLAN_INFO_RANGE_BEGIN);
294 if (tinfo_curr->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) {
295 if (tinfo_last->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN)
302 if (!(tinfo_last->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN))
H A Dbr_private.h704 if (cur->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) {
717 if (!(cur->flags & (BRIDGE_VLAN_INFO_RANGE_BEGIN |
H A Dbr_netlink.c338 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_BEGIN;
748 if (vinfo_curr->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) {
H A Dbr_vlan.c2178 if (vinfo->flags & (BRIDGE_VLAN_INFO_RANGE_BEGIN |
2190 vinfo->flags |= BRIDGE_VLAN_INFO_RANGE_BEGIN;
/linux-master/include/uapi/linux/
H A Dif_bridge.h133 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ macro

Completed in 151 milliseconds