Searched refs:ip6_neighborgcthresh (Results 1 – 3 of 3) sorted by relevance
455 int ip6_neighborgcthresh = 1024; /* Threshold # of NDP entries for GC */ variable666 neighborgcthresh, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_neighborgcthresh, 0, "");
2930 if (ip6_neighborgcthresh > 0 && in nd6_rtrequest()2931 nd6_inuse >= ip6_neighborgcthresh) { in nd6_rtrequest()4198 (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()4199 nd6_inuse >= (ip6_neighborgcthresh >> 1))) { in nd6_output_list()4204 if (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()4205 nd6_inuse >= (ip6_neighborgcthresh >> 1)) { in nd6_output_list()4272 if (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()4273 nd6_inuse >= (ip6_neighborgcthresh >> 1)) { in nd6_output_list()
482 extern int ip6_neighborgcthresh; /* Threshold # of NDP entries for GC */