Searched refs:__ip_vs_svc_fwm_find (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/net/netfilter/ipvs/ |
D | ip_vs_ctl.c | 436 __ip_vs_svc_fwm_find(struct netns_ipvs *ipvs, int af, __u32 fwmark) in __ip_vs_svc_fwm_find() function 466 svc = __ip_vs_svc_fwm_find(ipvs, af, fwmark); in ip_vs_service_find() 2793 svc = __ip_vs_svc_fwm_find(ipvs, usvc.af, usvc.fwmark); in do_ip_vs_set_ctl() 2924 svc = __ip_vs_svc_fwm_find(ipvs, AF_INET, get->fwmark); in __ip_vs_get_dest_entries() 3117 svc = __ip_vs_svc_fwm_find(ipvs, AF_INET, entry->fwmark); in do_ip_vs_get_ctl() 3480 svc = __ip_vs_svc_fwm_find(ipvs, usvc->af, usvc->fwmark); in ip_vs_genl_parse_service()
|