Home
last modified time | relevance | path

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

/Linux-v5.4/net/bridge/
Dbr_netlink_tunnel.c128 BRIDGE_VLAN_INFO_RANGE_BEGIN); in br_fill_vlan_tinfo_range()
261 if (tinfo_curr->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in br_process_vlan_tunnel_info()
262 if (tinfo_last->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) in br_process_vlan_tunnel_info()
268 if (!(tinfo_last->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN)) in br_process_vlan_tunnel_info()
Dbr_netlink.c257 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_BEGIN; in br_fill_ifvlaninfo_range()
574 if (vinfo_curr->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in br_process_vlan_info()
/Linux-v5.4/include/uapi/linux/
Dif_bridge.h130 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ macro