Searched refs:mcast_port (Results 1 – 4 of 4) sorted by relevance
60 struct mcast_port { struct74 struct mcast_port port[0]; argument99 struct mcast_port *port;130 static struct mcast_group *mcast_find(struct mcast_port *port, in mcast_find()151 static struct mcast_group *mcast_insert(struct mcast_port *port, in mcast_insert()180 static void deref_port(struct mcast_port *port) in deref_port()188 struct mcast_port *port = group->port; in release_group()332 struct mcast_port *port = group->port; in send_join()351 struct mcast_port *port = group->port; in send_leave()562 static struct mcast_group *acquire_group(struct mcast_port *port, in acquire_group()[all …]
1475 .sin6_port = htons(c->mcast_port + id), in get_mcast_sockaddr()1482 .sin_port = htons(c->mcast_port + id), in get_mcast_sockaddr()1802 if (!c->mcast_port) in start_sync_thread()1803 c->mcast_port = IP_VS_SYNC_PORT; in start_sync_thread()
3304 nla_put_u16(skb, IPVS_DAEMON_ATTR_MCAST_PORT, c->mcast_port) || in ip_vs_genl_fill_daemon()3422 c.mcast_port = nla_get_u16(a); in ip_vs_genl_new_daemon()
818 u16 mcast_port; member