Searched refs:effective_num_gw (Results 1 – 1 of 1) sorted by relevance
976 int effective_num_gw; in mirror_gws() local980 effective_num_gw = 2 * num_gw + 1; in mirror_gws()982 if ((family == AF_INET && effective_num_gw >= MAX_GWS) || in mirror_gws()983 (family == AF_INET6 && effective_num_gw > MAX_GWS6)) { in mirror_gws()