Searched refs:mcast_port (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/infiniband/core/ |
H A D | multicast.c | 60 struct mcast_port { struct 74 struct mcast_port port[]; 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 *por [all...] |
/kernel/linux/linux-6.6/drivers/infiniband/core/ |
H A D | multicast.c | 60 struct mcast_port { struct 74 struct mcast_port port[]; 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 *por [all...] |
/kernel/linux/linux-5.10/net/netfilter/ipvs/ |
H A D | ip_vs_sync.c | 1453 .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()
|
H A D | ip_vs_ctl.c | 3480 nla_put_u16(skb, IPVS_DAEMON_ATTR_MCAST_PORT, c->mcast_port) || in ip_vs_genl_fill_daemon() 3598 c.mcast_port = nla_get_u16(a); in ip_vs_genl_new_daemon()
|
/kernel/linux/linux-6.6/net/netfilter/ipvs/ |
H A D | ip_vs_sync.c | 1451 .sin6_port = htons(c->mcast_port + id), in get_mcast_sockaddr() 1458 .sin_port = htons(c->mcast_port + id), in get_mcast_sockaddr() 1785 if (!c->mcast_port) in start_sync_thread() 1786 c->mcast_port = IP_VS_SYNC_PORT; in start_sync_thread()
|
H A D | ip_vs_ctl.c | 3719 nla_put_u16(skb, IPVS_DAEMON_ATTR_MCAST_PORT, c->mcast_port) || in ip_vs_genl_fill_daemon() 3837 c.mcast_port = nla_get_u16(a); in ip_vs_genl_new_daemon()
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip_vs.h | 826 u16 mcast_port; member
|
/kernel/linux/linux-6.6/include/net/ |
H A D | ip_vs.h | 888 u16 mcast_port; member
|
Completed in 23 milliseconds