Home
last modified time | relevance | path

Searched refs:mcast_port (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/drivers/infiniband/core/
Dmulticast.c60 struct mcast_port { struct
74 struct mcast_port port[]; argument
99 struct mcast_port *port;
129 static struct mcast_group *mcast_find(struct mcast_port *port, in mcast_find()
150 static struct mcast_group *mcast_insert(struct mcast_port *port, in mcast_insert()
179 static void deref_port(struct mcast_port *port) in deref_port()
187 struct mcast_port *port = group->port; in release_group()
332 struct mcast_port *port = group->port; in send_join()
347 struct mcast_port *port = group->port; in send_leave()
557 static struct mcast_group *acquire_group(struct mcast_port *port, in acquire_group()
[all …]
/linux-6.1.9/net/netfilter/ipvs/
Dip_vs_sync.c1453 .sin6_port = htons(c->mcast_port + id), in get_mcast_sockaddr()
1460 .sin_port = htons(c->mcast_port + id), in get_mcast_sockaddr()
1792 if (!c->mcast_port) in start_sync_thread()
1793 c->mcast_port = IP_VS_SYNC_PORT; in start_sync_thread()
Dip_vs_ctl.c3479 nla_put_u16(skb, IPVS_DAEMON_ATTR_MCAST_PORT, c->mcast_port) || in ip_vs_genl_fill_daemon()
3597 c.mcast_port = nla_get_u16(a); in ip_vs_genl_new_daemon()
/linux-6.1.9/include/net/
Dip_vs.h824 u16 mcast_port; member