Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/netinet6/
H A Din6_proto.c455 int ip6_neighborgcthresh = 1024; /* Threshold # of NDP entries for GC */ variable
666 neighborgcthresh, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_neighborgcthresh, 0, "");
H A Dnd6.c2923 if (ip6_neighborgcthresh > 0 && in nd6_rtrequest()
2924 nd6_inuse >= ip6_neighborgcthresh) { in nd6_rtrequest()
4416 (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()
4417 nd6_inuse >= (ip6_neighborgcthresh >> 1))) { in nd6_output_list()
4422 if (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()
4423 nd6_inuse >= (ip6_neighborgcthresh >> 1)) { in nd6_output_list()
4490 if (ln->ln_expire != 0 && ip6_neighborgcthresh > 0 && in nd6_output_list()
4491 nd6_inuse >= (ip6_neighborgcthresh >> 1)) { in nd6_output_list()
H A Dip6_var.h473 extern int ip6_neighborgcthresh; /* Threshold # of NDP entries for GC */