Searched refs:ip6_neighborgcthresh (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/netinet6/
H A Din6_proto.c449 int ip6_neighborgcthresh = 1024; /* Threshold # of NDP entries for GC */ variable
615 neighborgcthresh, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_neighborgcthresh, 0, "");
H A Dip6_var.h424 extern int ip6_neighborgcthresh; /* Threshold # of NDP entries for GC */
H A Dnd6.c2221 if (ip6_neighborgcthresh > 0 &&
2222 nd6_inuse >= ip6_neighborgcthresh) {
3512 (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 &&
3513 nd6_inuse >= (ip6_neighborgcthresh >> 1))) {
3517 if (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 &&
3518 nd6_inuse >= (ip6_neighborgcthresh >> 1)) {
3584 if (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 &&
3585 nd6_inuse >= (ip6_neighborgcthresh >> 1)) {

Completed in 29 milliseconds