Home
last modified time | relevance | path

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

/linux-3.3/include/linux/
Dip_vs.h202 struct ip_vs_dest_entry { struct
203 __be32 addr; /* destination address */
204 __be16 port;
205 unsigned conn_flags; /* connection flags */
206 int weight; /* destination weight */
208 __u32 u_threshold; /* upper threshold */
232 struct ip_vs_dest_entry entrytable[0]; argument