Home
last modified time | relevance | path

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

/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.c230 if (vlan && !br_multicast_port_ctx_vlan_disabled(&vlan->port_mcast_ctx)) in br_multicast_pg_to_port_ctx()
231 pmctx = &vlan->port_mcast_ctx; in br_multicast_pg_to_port_ctx()
254 if (vlan && !br_multicast_port_ctx_vlan_disabled(&vlan->port_mcast_ctx)) in br_multicast_port_vid_to_port_ctx()
255 pmctx = &vlan->port_mcast_ctx; in br_multicast_port_vid_to_port_ctx()
3959 *pmctx = &vlan->port_mcast_ctx; in br_multicast_rcv()
4244 brmctx = br_multicast_port_ctx_get_global(&vlan->port_mcast_ctx); in br_multicast_toggle_one_vlan()
4252 __br_multicast_enable_port_ctx(&vlan->port_mcast_ctx); in br_multicast_toggle_one_vlan()
4254 __br_multicast_disable_port_ctx(&vlan->port_mcast_ctx); in br_multicast_toggle_one_vlan()
4502 err = br_multicast_set_port_router(&v->port_mcast_ctx, in br_multicast_set_vlan_router()
4534 br_multicast_port_ctx_state_stopped(&vlan->port_mcast_ctx)) in br_multicast_start_querier()
[all …]
H A Dbr_mdb.c95 pmctx = &v->port_mcast_ctx; in br_rports_fill_info()