Home
last modified time | relevance | path

Searched refs:brvlan (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/net/bridge/
H A Dbr_mst.c66 if (v->brvlan->msti == msti) { in br_mst_get_state()
119 if (v->brvlan->msti != msti) in br_mst_set_state()
138 if (v != pv && v->brvlan->msti == msti) { in br_mst_vlan_sync_state()
243 if (test_bit(v->brvlan->msti, seen)) in br_mst_info_size()
253 __set_bit(v->brvlan->msti, seen); in br_mst_info_size()
268 if (test_bit(v->brvlan->msti, seen)) in br_mst_fill_info()
273 nla_put_u16(skb, IFLA_BRIDGE_MST_ENTRY_MSTI, v->brvlan->msti) || in br_mst_fill_info()
280 __set_bit(v->brvlan->msti, seen); in br_mst_fill_info()
H A Dbr_vlan.c308 v->brvlan = masterv; in __vlan_add()
374 v->brvlan = NULL; in __vlan_add()
395 masterv = v->brvlan; in __vlan_del()
H A Dbr_private.h197 * @brvlan: if MASTER flag unset, this points to the global per-VLAN context
225 struct net_bridge_vlan *brvlan; member
1238 return &pmctx->vlan->brvlan->br_mcast_ctx; in br_multicast_port_ctx_get_global()
H A Dbr_multicast.c3958 masterv = vlan->brvlan; in br_multicast_rcv()
3959 *brmctx = &vlan->brvlan->br_mcast_ctx; in br_multicast_rcv()
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_vlan.c273 v->brvlan = masterv; in __vlan_add()
331 v->brvlan = NULL; in __vlan_add()
352 masterv = v->brvlan; in __vlan_del()
H A Dbr_private.h123 * @brvlan: if MASTER flag unset, this points to the global per-VLAN context
147 struct net_bridge_vlan *brvlan; member

Completed in 19 milliseconds