HomeSort by: relevance | last modified time | path
    Searched refs:ip6_neighborgcthresh (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/netinet6/
ip6_var.h 258 extern int ip6_neighborgcthresh; /* Threshold # of NDP entries for GC */
in6_proto.c 552 int ip6_neighborgcthresh = 2048; /* Threshold # of NDP entries for GC */ variable in typeref:typename:int
nd6.c 823 if (ip6_neighborgcthresh >= 0 &&
824 lltable_get_entry_count(llt) >= ip6_neighborgcthresh) {
ip6_input.c 1795 NULL, 1, &ip6_neighborgcthresh, 0,

Completed in 14 milliseconds