Home
last modified time | relevance | path

Searched refs:BRIDGE_VLAN_INFO_RANGE_END (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/net/bridge/
Dbr_netlink_tunnel.c138 BRIDGE_VLAN_INFO_RANGE_END); in br_fill_vlan_tinfo_range()
269 } else if (tinfo_curr->flags & BRIDGE_VLAN_INFO_RANGE_END) { in br_process_vlan_tunnel_info()
Dbr_netlink.c267 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_END; in br_fill_ifvlaninfo_range()
591 if (!(vinfo_curr->flags & BRIDGE_VLAN_INFO_RANGE_END)) in br_process_vlan_info()
/Linux-v4.19/include/uapi/linux/
Dif_bridge.h131 #define BRIDGE_VLAN_INFO_RANGE_END (1<<4) /* VLAN is end of vlan range */ macro