Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dip_vs.h246 struct ip_vs_get_dests { struct
248 protocolip_vs_get_dests global() argument
249 addrip_vs_get_dests global() argument
250 portip_vs_get_dests global() argument
251 fwmarkip_vs_get_dests global() argument
254 num_destsip_vs_get_dests global() argument
257 entrytableip_vs_get_dests global() argument
/linux/net/netfilter/ipvs/
H A Dip_vs_ctl.c2916 __ip_vs_get_dest_entries(struct netns_ipvs *ipvs, const struct ip_vs_get_dests *get, in __ip_vs_get_dest_entries()
2917 struct ip_vs_get_dests __user *uptr) in __ip_vs_get_dest_entries()
2997 [CMDID(IP_VS_SO_GET_DESTS)] = sizeof(struct ip_vs_get_dests),
3007 struct ip_vs_get_dests field_IP_VS_SO_GET_DESTS;
3135 struct ip_vs_get_dests *get; in do_ip_vs_get_ctl()
3138 get = (struct ip_vs_get_dests *)arg; in do_ip_vs_get_ctl()