Home
last modified time | relevance | path

Searched refs:mcast_group (Results 1 – 7 of 7) 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/include/linux/
H A Dgenl_magic_struct.h127 #define GENL_notification(op_name, op_num, mcast_group, tla_list) \ argument
139 #define GENL_notification(op_name, op_num, mcast_group, tla_list) argument
185 #define GENL_notification(op_name, op_num, mcast_group, tla_list) \ argument
201 #define GENL_notification(op_name, op_num, mcast_group, tla_list) argument
H A Dgenl_magic_func.h18 #define GENL_notification(op_name, op_num, mcast_group, tla_list) argument
/linux/tools/net/ynl/pyynl/lib/
H A Ddoc_generator.py150 def parse_mcast_group(self, mcast_group: List[Dict[str, Any]]) -> str:
153 for group in mcast_group:
/linux/net/netfilter/ipvs/
H A Dip_vs_sync.c1448 sa->in6.sin6_addr = c->mcast_group.in6; in get_mcast_sockaddr()
1455 sa->in.sin_addr = c->mcast_group.in; in get_mcast_sockaddr()
1778 c->mcast_group.ip = cpu_to_be32(IP_VS_SYNC_GROUP); in start_sync_thread()
/linux/include/net/
H A Dip_vs.h885 union nf_inet_addr mcast_group; member