Searched defs:ip_vs_lblc_entry (Results 1 – 1 of 1) sorted by relevance
92 struct ip_vs_lblc_entry { struct93 struct list_head list;94 int af; /* address family */95 union nf_inet_addr addr; /* destination IP address */96 struct ip_vs_dest *dest; /* real server (cache) */97 unsigned long lastuse; /* last used time */