Home
last modified time | relevance | path

Searched defs:ip_vs_dest (Results 1 – 1 of 1) sorted by relevance

/linux/include/net/
A Dip_vs.h654 struct ip_vs_dest { struct
655 struct list_head n_list; /* for the dests in the service */
656 struct hlist_node d_list; /* for table with all the dests */
658 u16 af; /* address family */
682 struct ip_vs_dest_dst __rcu *dest_dst; /* cached dst info */ argument
707 int (*add_dest)(struct ip_vs_service *svc, struct ip_vs_dest *dest); argument

Completed in 11 milliseconds