Searched refs:hooks_afmask (Results 1 – 2 of 2) sorted by relevance
2248 if (!(ipvs->hooks_afmask & afmask)) { in ip_vs_register_hooks()2251 ipvs->hooks_afmask |= afmask; in ip_vs_register_hooks()2276 if (ipvs->hooks_afmask & afmask) { in ip_vs_unregister_hooks()2278 ipvs->hooks_afmask &= ~afmask; in ip_vs_unregister_hooks()
1043 unsigned int hooks_afmask; /* &1=AF_INET, &2=AF_INET6 */ member