Searched defs:ip_vs_dest (Results 1 – 1 of 1) sorted by relevance
975 struct ip_vs_dest { struct976 struct list_head n_list; /* for the dests in the service */977 struct hlist_node d_list; /* for table with all the dests */979 u16 af; /* address family */980 __be16 port; /* port number of the server */981 union nf_inet_addr addr; /* IP address of the server */1005 struct ip_vs_dest_dst __rcu *dest_dst; /* cached dst info */ argument1031 int (*add_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest); argument