Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dip_vs.h214 struct ip_vs_dest_entry { struct
215 __be32 addr; /* destination address */
216 __be16 port;
217 unsigned int conn_flags; /* connection flags */
218 int weight; /* destination weight */
220 __u32 u_threshold; /* upper threshold */
244 struct ip_vs_dest_entry entrytable[0]; argument