Searched defs:ip_vs_lblcr_entry (Results 1 – 1 of 1) sorted by relevance
258 struct ip_vs_lblcr_entry { struct259 struct hlist_node list;260 int af; /* address family */261 union nf_inet_addr addr; /* destination IP address */262 struct ip_vs_dest_set set; /* destination server set */263 unsigned long lastuse; /* last used time */264 struct rcu_head rcu_head;