Searched refs:hooks_afmask (Results 1 – 2 of 2) sorted by relevance
2254 if (!(ipvs->hooks_afmask & afmask)) { in ip_vs_register_hooks()2257 ipvs->hooks_afmask |= afmask; in ip_vs_register_hooks()2282 if (ipvs->hooks_afmask & afmask) { in ip_vs_unregister_hooks()2284 ipvs->hooks_afmask &= ~afmask; in ip_vs_unregister_hooks()
965 unsigned int hooks_afmask; /* &1=AF_INET, &2=AF_INET6 */ member