Searched defs:ip_vs_lblcr_entry (Results 1 – 1 of 1) sorted by relevance
263 struct ip_vs_lblcr_entry { struct264 struct hlist_node list;265 int af; /* address family */266 union nf_inet_addr addr; /* destination IP address */267 struct ip_vs_dest_set set; /* destination server set */268 unsigned long lastuse; /* last used time */269 struct rcu_head rcu_head;