Searched refs:hooks_afmask (Results 1 – 2 of 2) sorted by relevance
2368 if (!(ipvs->hooks_afmask & afmask)) { in ip_vs_register_hooks()2371 ipvs->hooks_afmask |= afmask; in ip_vs_register_hooks()2396 if (ipvs->hooks_afmask & afmask) { in ip_vs_unregister_hooks()2398 ipvs->hooks_afmask &= ~afmask; in ip_vs_unregister_hooks()
964 unsigned int hooks_afmask; /* &1=AF_INET, &2=AF_INET6 */ member