Home
last modified time | relevance | path

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

/Linux-v5.4/net/dsa/
Dport.c168 struct net_device *other_bridge; in dsa_port_can_apply_vlan_filtering() local
170 other_bridge = dsa_to_port(ds, i)->bridge_dev; in dsa_port_can_apply_vlan_filtering()
171 if (!other_bridge) in dsa_port_can_apply_vlan_filtering()
176 if (other_bridge == dp->bridge_dev) in dsa_port_can_apply_vlan_filtering()
178 if (br_vlan_enabled(other_bridge) != vlan_filtering) { in dsa_port_can_apply_vlan_filtering()