Searched refs:mcast_port (Results 1 – 4 of 4) sorted by relevance
60 struct mcast_port { struct74 struct mcast_port port[]; argument99 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 …]
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()
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()
888 u16 mcast_port; member