Searched refs:afmask (Results 1 – 2 of 2) sorted by relevance
2410 unsigned int afmask; in ip_vs_register_hooks() local2417 afmask = 2; in ip_vs_register_hooks()2424 afmask = 1; in ip_vs_register_hooks()2427 if (!(ipvs->hooks_afmask & afmask)) { in ip_vs_register_hooks()2430 ipvs->hooks_afmask |= afmask; in ip_vs_register_hooks()2439 unsigned int afmask; in ip_vs_unregister_hooks() local2445 afmask = 2; in ip_vs_unregister_hooks()2452 afmask = 1; in ip_vs_unregister_hooks()2455 if (ipvs->hooks_afmask & afmask) { in ip_vs_unregister_hooks()2457 ipvs->hooks_afmask &= ~afmask; in ip_vs_unregister_hooks()
2170 int afmask = (svc->af == AF_INET6) ? 2 : 1; in ip_vs_unregister_conntrack() 2173 if (!(svc->conntrack_afmask & afmask)) {2176 svc->conntrack_afmask |= afmask;2187 int afmask = (svc->af == AF_INET6) ? 2 : 1; in ip_vs_dest_conn_overhead() 2189 if (svc->conntrack_afmask & afmask) {2191 svc->conntrack_afmask &= ~afmask;2148 int afmask = (svc->af == AF_INET6) ? 2 : 1; ip_vs_register_conntrack() local 2165 int afmask = (svc->af == AF_INET6) ? 2 : 1; ip_vs_unregister_conntrack() local