Home
last modified time | relevance | path

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

/linux/net/bridge/
A Dbr_netlink_tunnel.c128 BRIDGE_VLAN_INFO_RANGE_BEGIN); in br_fill_vlan_tinfo_range()
291 if (tinfo_curr->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in br_process_vlan_tunnel_info()
292 if (tinfo_last->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) in br_process_vlan_tunnel_info()
299 if (!(tinfo_last->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN)) in br_process_vlan_tunnel_info()
A Dbr_private.h659 if (cur->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in br_vlan_valid_range()
672 if (!(cur->flags & (BRIDGE_VLAN_INFO_RANGE_BEGIN | in br_vlan_valid_range()
A Dbr_netlink.c317 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_BEGIN; in br_fill_ifvlaninfo_range()
700 if (vinfo_curr->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in br_process_vlan_info()
A Dbr_vlan.c2095 if (vinfo->flags & (BRIDGE_VLAN_INFO_RANGE_BEGIN | in br_vlan_rtm_process_one()
2107 vinfo->flags |= BRIDGE_VLAN_INFO_RANGE_BEGIN; in br_vlan_rtm_process_one()
/linux/include/uapi/linux/
A Dif_bridge.h132 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ macro

Completed in 21 milliseconds