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

/darwin-on-arm/xnu/bsd/netinet6/
H A Din6_proto.c413 int ip6_neighborgcthresh = 1024; /* Threshold # of NDP entries for GC */ variable
571 neighborgcthresh, CTLFLAG_RW | CTLFLAG_LOCKED, &ip6_neighborgcthresh, 0, "");
H A Dip6_var.h408 extern int ip6_neighborgcthresh; /* Threshold # of NDP entries for GC */
H A Dnd6.c1968 if (ip6_neighborgcthresh >= 0 &&
1969 nd6_inuse >= ip6_neighborgcthresh) {

Completed in 22 milliseconds