Home
last modified time | relevance | path

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

/third_party/libnl/include/linux-private/linux/
Dif_bridge.h130 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ macro
/third_party/libnl/lib/route/link/
Dbridge.c209 if (vinfo->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in bridge_parse_af_full()
211 vid_range_flags = (vinfo->flags ^ BRIDGE_VLAN_INFO_RANGE_BEGIN); in bridge_parse_af_full()