Home
last modified time | relevance | path

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

/openbmc/linux/net/bridge/
H A Dbr_multicast.c56 struct net_bridge_mcast_port *pmctx);
58 struct net_bridge_mcast_port *pmctx,
65 br_multicast_rport_del_notify(struct net_bridge_mcast_port *pmctx, bool deleted);
67 struct net_bridge_mcast_port *pmctx);
70 struct net_bridge_mcast_port *pmctx,
76 struct net_bridge_mcast_port *pmctx,
208 static struct net_bridge_mcast_port *
211 struct net_bridge_mcast_port *pmctx = &pg->key.port->multicast_ctx; in br_multicast_pg_to_port_ctx()
238 static struct net_bridge_mcast_port *
241 struct net_bridge_mcast_port *pmctx = NULL; in br_multicast_port_vid_to_port_ctx()
[all …]
H A Dbr_private.h116 struct net_bridge_mcast_port { struct
232 struct net_bridge_mcast_port port_mcast_ctx;
412 struct net_bridge_mcast_port multicast_ctx;
953 struct net_bridge_mcast_port **pmctx,
972 int br_multicast_set_port_router(struct net_bridge_mcast_port *pmctx,
1000 void br_rtr_notify(struct net_device *dev, struct net_bridge_mcast_port *pmctx,
1013 u32 br_multicast_ngroups_get(const struct net_bridge_mcast_port *pmctx);
1014 void br_multicast_ngroups_set_max(struct net_bridge_mcast_port *pmctx, u32 max);
1015 u32 br_multicast_ngroups_get_max(const struct net_bridge_mcast_port *pmctx);
1043 struct net_bridge_mcast_port *pmctx);
[all …]
H A Dbr_mdb.c20 br_ip4_rports_get_timer(struct net_bridge_mcast_port *pmctx, in br_ip4_rports_get_timer()
28 br_ip6_rports_get_timer(struct net_bridge_mcast_port *pmctx, in br_ip6_rports_get_timer()
52 struct net_bridge_mcast_port *pmctx; in br_rports_size()
87 struct net_bridge_mcast_port *pmctx; in br_rports_fill_info()
589 void br_rtr_notify(struct net_device *dev, struct net_bridge_mcast_port *pmctx, in br_rtr_notify()
H A Dbr_input.c81 struct net_bridge_mcast_port *pmctx; in br_handle_frame_finish()
H A Dbr_device.c31 struct net_bridge_mcast_port *pmctx_null = NULL; in br_dev_xmit()