Searched refs:__ip_vs_svc_fwm_find (Results 1 – 1 of 1) sorted by relevance
/linux-6.1.9/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 396 __ip_vs_svc_fwm_find(struct netns_ipvs *ipvs, int af, __u32 fwmark) in __ip_vs_svc_fwm_find() function 426 svc = __ip_vs_svc_fwm_find(ipvs, af, fwmark); in ip_vs_service_find() 2558 svc = __ip_vs_svc_fwm_find(ipvs, usvc.af, usvc.fwmark); in do_ip_vs_set_ctl() 2684 svc = __ip_vs_svc_fwm_find(ipvs, AF_INET, get->fwmark); in __ip_vs_get_dest_entries() 2877 svc = __ip_vs_svc_fwm_find(ipvs, AF_INET, entry->fwmark); in do_ip_vs_get_ctl() 3240 svc = __ip_vs_svc_fwm_find(ipvs, usvc->af, usvc->fwmark); in ip_vs_genl_parse_service()
|