Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dif_bridge.h129 #define BRIDGE_VLAN_INFO_RANGE_END (1<<4) /* VLAN is end of vlan range */ macro
/linux-4.4.14/net/switchdev/
Dswitchdev.c662 vinfo.flags |= BRIDGE_VLAN_INFO_RANGE_END; in switchdev_port_vlan_dump_put()
878 } else if (vinfo->flags & BRIDGE_VLAN_INFO_RANGE_END) { in switchdev_port_br_afspec()
/linux-4.4.14/net/bridge/
Dbr_netlink.c225 vinfo.flags = flags | BRIDGE_VLAN_INFO_RANGE_END; in br_fill_ifvlaninfo_range()
542 if (!(vinfo->flags & BRIDGE_VLAN_INFO_RANGE_END)) in br_afspec()