Home
last modified time | relevance | path

Searched refs:ip_vs_get_dests (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/include/linux/
Dip_vs.h221 struct ip_vs_get_dests { struct
/linux-3.4.99/net/netfilter/ipvs/
Dip_vs_ctl.c2489 __ip_vs_get_dest_entries(struct net *net, const struct ip_vs_get_dests *get, in __ip_vs_get_dest_entries()
2490 struct ip_vs_get_dests __user *uptr) in __ip_vs_get_dest_entries()
2557 #define GET_DESTS_ARG_LEN (sizeof(struct ip_vs_get_dests))
2698 struct ip_vs_get_dests *get; in do_ip_vs_get_ctl()
2701 get = (struct ip_vs_get_dests *)arg; in do_ip_vs_get_ctl()