Searched refs:__ip_vs_svc_fwm_find (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 388 __ip_vs_svc_fwm_find(struct net *net, int af, __u32 fwmark) in __ip_vs_svc_fwm_find() function 419 svc = __ip_vs_svc_fwm_find(net, af, fwmark); in ip_vs_service_find() 2391 svc = __ip_vs_svc_fwm_find(net, usvc.af, usvc.fwmark); in do_ip_vs_set_ctl() 2524 svc = __ip_vs_svc_fwm_find(net, AF_INET, get->fwmark); in __ip_vs_get_dest_entries() 2718 svc = __ip_vs_svc_fwm_find(net, AF_INET, entry->fwmark); in do_ip_vs_get_ctl() 3061 svc = __ip_vs_svc_fwm_find(net, usvc->af, usvc->fwmark); in ip_vs_genl_parse_service()
|