Home
last modified time | relevance | path

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

/openbmc/linux/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()
254 pmctx = &vlan->port_mcast_ctx; in br_multicast_port_vid_to_port_ctx()
3958 *pmctx = &vlan->port_mcast_ctx; in br_multicast_rcv()
4243 brmctx = br_multicast_port_ctx_get_global(&vlan->port_mcast_ctx); in br_multicast_toggle_one_vlan()
4251 __br_multicast_enable_port_ctx(&vlan->port_mcast_ctx); in br_multicast_toggle_one_vlan()
4253 __br_multicast_disable_port_ctx(&vlan->port_mcast_ctx); in br_multicast_toggle_one_vlan()
4501 err = br_multicast_set_port_router(&v->port_mcast_ctx, in br_multicast_set_vlan_router()
4533 br_multicast_port_ctx_state_stopped(&vlan->port_mcast_ctx)) in br_multicast_start_querier()
4536 ip4_own_query = &vlan->port_mcast_ctx.ip4_own_query; in br_multicast_start_querier()
[all …]
H A Dbr_private.h232 struct net_bridge_mcast_port port_mcast_ctx; member
726 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()