Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dip_vs.h221 struct ip_vs_dest_entry { struct
222 __be32 addr; /* destination address */
223 __be16 port;
224 unsigned int conn_flags; /* connection flags */
225 int weight; /* destination weight */
227 __u32 u_threshold; /* upper threshold */
251 struct ip_vs_dest_entry entrytable[]; argument