Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/netinet6/
H A Din6_proto.c454 int ip6_neighborgcthresh = 1024; /* Threshold # of NDP entries for GC */ variable
667 neighborgcthresh, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_neighborgcthresh, 0, "");
H A Dnd6.c2860 if (ip6_neighborgcthresh > 0 && in nd6_rtrequest()
2861 nd6_inuse >= ip6_neighborgcthresh) { in nd6_rtrequest()
4341 (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()
4342 nd6_inuse >= (ip6_neighborgcthresh >> 1))) { in nd6_output_list()
4347 if (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()
4348 nd6_inuse >= (ip6_neighborgcthresh >> 1)) { in nd6_output_list()
4415 if (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()
4416 nd6_inuse >= (ip6_neighborgcthresh >> 1)) { in nd6_output_list()
H A Dip6_var.h470 extern int ip6_neighborgcthresh; /* Threshold # of NDP entries for GC */