Home
last modified time | relevance | path

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

/linux-4.4.14/include/uapi/linux/
Dip_vs.h213 struct ip_vs_dest_entry { struct
214 __be32 addr; /* destination address */
215 __be16 port;
216 unsigned int conn_flags; /* connection flags */
217 int weight; /* destination weight */
219 __u32 u_threshold; /* upper threshold */
243 struct ip_vs_dest_entry entrytable[0]; argument