Searched refs:__ip_vs_svc_fwm_find (Results 1 - 1 of 1) sorted by relevance

/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c436 __ip_vs_svc_fwm_find(struct netns_ipvs *ipvs, int af, __u32 fwmark) function
466 svc = __ip_vs_svc_fwm_find(ipvs, af, fwmark);
2793 svc = __ip_vs_svc_fwm_find(ipvs, usvc.af, usvc.fwmark);
2924 svc = __ip_vs_svc_fwm_find(ipvs, AF_INET, get->fwmark);
3117 svc = __ip_vs_svc_fwm_find(ipvs, AF_INET, entry->fwmark);
3480 svc = __ip_vs_svc_fwm_find(ipvs, usvc->af, usvc->fwmark);

Completed in 205 milliseconds