Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/bridge/
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()
Dbr_private.h594 if (cur->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in br_vlan_valid_range()
607 if (!(cur->flags & (BRIDGE_VLAN_INFO_RANGE_BEGIN | in br_vlan_valid_range()
Dbr_netlink.c264 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_BEGIN; in br_fill_ifvlaninfo_range()
605 if (vinfo_curr->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in br_process_vlan_info()
Dbr_vlan.c1971 if (vinfo->flags & (BRIDGE_VLAN_INFO_RANGE_BEGIN | in br_vlan_rtm_process_one()
1983 vinfo->flags |= BRIDGE_VLAN_INFO_RANGE_BEGIN; in br_vlan_rtm_process_one()
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
Dif_bridge.h102 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) macro
/kernel/linux/linux-5.10/include/uapi/linux/
Dif_bridge.h131 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ macro
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
Dif_bridge.h116 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1 << 3) macro