Searched refs:BRIDGE_VLAN_INFO_MASTER (Results 1 – 6 of 6) sorted by relevance
127 #define BRIDGE_VLAN_INFO_MASTER (1<<0) /* Operate on Bridge device as well */ macro
128 #define BRIDGE_VLAN_INFO_MASTER (1<<0) /* Operate on Bridge device as well */ macro
254 if (flags & BRIDGE_VLAN_INFO_MASTER) { in __vlan_add()719 vlan->flags = flags | BRIDGE_VLAN_INFO_MASTER; in br_vlan_add()
542 return v->flags & BRIDGE_VLAN_INFO_MASTER; in br_vlan_is_master()
578 if ((vinfo->flags & BRIDGE_VLAN_INFO_MASTER) && in br_vlan_info()