OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Oct 22 13:09:56 GMT 2025