Home
last modified time | relevance | path

Searched refs:port_mcast_ctx (Results 1 – 4 of 4) 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_private.h236 struct net_bridge_mcast_port port_mcast_ctx; member
739 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()
424 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()