Home
last modified time | relevance | path

Searched refs:port_mcast_ctx (Results 1 - 5 of 5) sorted by relevance

/kernel/linux/linux-6.6/net/bridge/
H A Dbr_vlan_options.c64 if (p && !br_multicast_port_ctx_vlan_disabled(&v->port_mcast_ctx) && in br_vlan_opts_fill()
66 br_multicast_ngroups_get(&v->port_mcast_ctx)) || in br_vlan_opts_fill()
68 br_multicast_ngroups_get_max(&v->port_mcast_ctx)))) in br_vlan_opts_fill()
234 if (br_multicast_port_ctx_vlan_disabled(&v->port_mcast_ctx)) { in br_vlan_process_one_opts()
240 br_multicast_ngroups_set_max(&v->port_mcast_ctx, val); in br_vlan_process_one_opts()
H A Dbr_multicast.c229 if (vlan && !br_multicast_port_ctx_vlan_disabled(&vlan->port_mcast_ctx)) in br_multicast_pg_to_port_ctx()
230 pmctx = &vlan->port_mcast_ctx; in br_multicast_pg_to_port_ctx()
253 if (vlan && !br_multicast_port_ctx_vlan_disabled(&vlan->port_mcast_ctx)) in br_multicast_port_vid_to_port_ctx()
254 pmctx = &vlan->port_mcast_ctx; in br_multicast_port_vid_to_port_ctx()
3960 *pmctx = &vlan->port_mcast_ctx; in br_multicast_rcv()
4245 brmctx = br_multicast_port_ctx_get_global(&vlan->port_mcast_ctx); in br_multicast_toggle_one_vlan()
4253 __br_multicast_enable_port_ctx(&vlan->port_mcast_ctx); in br_multicast_toggle_one_vlan()
4255 __br_multicast_disable_port_ctx(&vlan->port_mcast_ctx); in br_multicast_toggle_one_vlan()
4503 err = br_multicast_set_port_router(&v->port_mcast_ctx, in br_multicast_set_vlan_router()
4535 br_multicast_port_ctx_state_stopped(&vlan->port_mcast_ctx)) in br_multicast_start_querier()
[all...]
H A Dbr_private.h200 * @port_mcast_ctx: if MASTER flag unset, this is the per-port/vlan multicast
232 struct net_bridge_mcast_port port_mcast_ctx; member
725 mcast_router = v->port_mcast_ctx.multicast_router; in br_vlan_multicast_router()
H A Dbr_vlan.c320 br_multicast_port_ctx_init(p, v, &v->port_mcast_ctx); in __vlan_add()
422 br_multicast_port_ctx_deinit(&v->port_mcast_ctx); in __vlan_del()
H A Dbr_mdb.c95 pmctx = &v->port_mcast_ctx; in br_rports_fill_info()

Completed in 16 milliseconds