Home
last modified time | relevance | path

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

/linux/drivers/infiniband/core/
H A Dmulticast.c96 struct mcast_group { struct
117 struct mcast_group *group; argument
129 static struct mcast_group *mcast_find(struct mcast_port *port, in mcast_find()
133 struct mcast_group *group; in mcast_find()
137 group = rb_entry(node, struct mcast_group, node); in mcast_find()
150 static struct mcast_group *mcast_insert(struct mcast_port *port, in mcast_insert()
151 struct mcast_group *group, in mcast_insert()
156 struct mcast_group *cur_group; in mcast_insert()
161 cur_group = rb_entry(parent, struct mcast_group, node); in mcast_insert()
185 static void release_group(struct mcast_group *group) in release_group()
[all …]
/linux/drivers/infiniband/hw/mlx4/
H A Dmcg.c101 struct mcast_group { struct
136 struct mcast_group *group; argument
162 static struct mcast_group *mcast_find(struct mlx4_ib_demux_ctx *ctx, in mcast_find()
166 struct mcast_group *group; in mcast_find()
170 group = rb_entry(node, struct mcast_group, node); in mcast_find()
183 static struct mcast_group *mcast_insert(struct mlx4_ib_demux_ctx *ctx, in mcast_insert()
184 struct mcast_group *group) in mcast_insert()
188 struct mcast_group *cur_group; in mcast_insert()
193 cur_group = rb_entry(parent, struct mcast_group, node); in mcast_insert()
252 static int send_join_to_wire(struct mcast_group *group, struct ib_sa_mad *sa_mad) in send_join_to_wire()
[all …]
/linux/tools/net/ynl/pyynl/lib/
H A Ddoc_generator.py149 def parse_mcast_group(self, mcast_group: List[Dict[str, Any]]) -> str:
152 for group in mcast_group:
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c4345 &c->mcast_group.in6)) in ip_vs_genl_fill_daemon()
4351 c->mcast_group.ip)) in ip_vs_genl_fill_daemon()
4435 c.mcast_group.ip = nla_get_in_addr(a); in ip_vs_genl_new_daemon()
4436 if (!ipv4_is_multicast(c.mcast_group.ip)) in ip_vs_genl_new_daemon()
4445 c.mcast_group.in6 = nla_get_in6_addr(a); in ip_vs_genl_new_daemon()
4446 addr_type = ipv6_addr_type(&c.mcast_group.in6); in ip_vs_genl_new_daemon()
/linux/include/net/
H A Dip_vs.h1128 union nf_inet_addr mcast_group; member