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

/linux-master/net/bridge/
H A Dbr_netlink_tunnel.c134 BRIDGE_VLAN_INFO_RANGE_END);
298 } else if (tinfo_curr->flags & BRIDGE_VLAN_INFO_RANGE_END) {
H A Dbr_private.h707 } else if (!(cur->flags & BRIDGE_VLAN_INFO_RANGE_END)) {
718 BRIDGE_VLAN_INFO_RANGE_END))) {
H A Dbr_vlan.c2179 BRIDGE_VLAN_INFO_RANGE_END)) {
2189 vrange_end.flags = BRIDGE_VLAN_INFO_RANGE_END | vinfo->flags;
H A Dbr_netlink.c344 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_END;
/linux-master/include/uapi/linux/
H A Dif_bridge.h134 #define BRIDGE_VLAN_INFO_RANGE_END (1<<4) /* VLAN is end of vlan range */ macro

Completed in 151 milliseconds