Searched refs:ip6_neighborgcthresh (Results 1 – 3 of 3) sorted by relevance
431 int ip6_neighborgcthresh = 1024; /* Threshold # of NDP entries for GC */ variable642 neighborgcthresh, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_neighborgcthresh, 0, "");
2942 if (ip6_neighborgcthresh > 0 && in nd6_rtrequest()2943 nd6_inuse >= ip6_neighborgcthresh) { in nd6_rtrequest()4222 (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()4223 nd6_inuse >= (ip6_neighborgcthresh >> 1))) { in nd6_output_list()4228 if (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()4229 nd6_inuse >= (ip6_neighborgcthresh >> 1)) { in nd6_output_list()4296 if (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()4297 nd6_inuse >= (ip6_neighborgcthresh >> 1)) { in nd6_output_list()
477 extern int ip6_neighborgcthresh; /* Threshold # of NDP entries for GC */