Searched refs:__ip_vs_svc_fwm_find (Results 1 – 1 of 1) sorted by relevance
/linux-3.3/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 389 __ip_vs_svc_fwm_find(struct net *net, int af, __u32 fwmark) in __ip_vs_svc_fwm_find() function 421 svc = __ip_vs_svc_fwm_find(net, af, fwmark); in ip_vs_service_get() 2372 svc = __ip_vs_svc_fwm_find(net, usvc.af, usvc.fwmark); in do_ip_vs_set_ctl() 2496 svc = __ip_vs_svc_fwm_find(net, AF_INET, get->fwmark); in __ip_vs_get_dest_entries() 2681 svc = __ip_vs_svc_fwm_find(net, AF_INET, entry->fwmark); in do_ip_vs_get_ctl() 2983 svc = __ip_vs_svc_fwm_find(net, usvc->af, usvc->fwmark); in ip_vs_genl_parse_service()
|