Searched defs:ip_vs_dest_entry (Results 1 – 1 of 1) sorted by relevance
227 struct ip_vs_dest_entry { struct228 __be32 addr; /* destination address */229 __be16 port;230 unsigned int conn_flags; /* connection flags */231 int weight; /* destination weight */233 __u32 u_threshold; /* upper threshold */257 struct ip_vs_dest_entry entrytable[0]; argument