Home
last modified time | relevance | path

Searched refs:BRIDGE_VLAN_INFO_MASTER (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/include/uapi/linux/
Dif_bridge.h125 #define BRIDGE_VLAN_INFO_MASTER (1<<0) /* Operate on Bridge device as well */ macro
/linux-4.4.14/net/bridge/
Dbr_vlan.c220 if (flags & BRIDGE_VLAN_INFO_MASTER) { in __vlan_add()
544 vlan->flags = flags | BRIDGE_VLAN_INFO_MASTER; in br_vlan_add()
Dbr_private.h394 return v->flags & BRIDGE_VLAN_INFO_MASTER; in br_vlan_is_master()
Dbr_netlink.c498 if (vinfo->flags & BRIDGE_VLAN_INFO_MASTER) in br_vlan_info()