Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_bridge.h128 #define BRIDGE_VLAN_INFO_RANGE_BEGIN (1<<3) /* VLAN is start of vlan range */ macro
/linux-4.4.14/net/switchdev/
Dswitchdev.c656 vinfo.flags |= BRIDGE_VLAN_INFO_RANGE_BEGIN; in switchdev_port_vlan_dump_put()
661 vinfo.flags &= ~BRIDGE_VLAN_INFO_RANGE_BEGIN; in switchdev_port_vlan_dump_put()
871 if (vinfo->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in switchdev_port_br_afspec()
/linux-4.4.14/net/bridge/
Dbr_netlink.c219 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_BEGIN; in br_fill_ifvlaninfo_range()
528 if (vinfo->flags & BRIDGE_VLAN_INFO_RANGE_BEGIN) { in br_afspec()