OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nd_maxqueuelen
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/net/
nd.h
80
int
nd_maxqueuelen
; /* max # of packets in unresolved ND entries */
member in struct:nd_domain
nd.c
386
while (i >= nd->
nd_maxqueuelen
) {
399
KASSERTMSG(ln->la_numheld < nd->
nd_maxqueuelen
,
400
"la_numheld=%d
nd_maxqueuelen
=%d",
401
ln->la_numheld, nd->
nd_maxqueuelen
);
/src/sys/netinet/
if_arp.c
159
.
nd_maxqueuelen
= 1, /* max # of packets in unresolved ND entries */
2071
NULL, 1, &arp_nd_domain.
nd_maxqueuelen
, 0,
/src/sys/netinet6/
nd6.c
132
.
nd_maxqueuelen
= 1, /* max # of packets in unresolved ND entries */
icmp6.c
3024
NULL, 1, &nd6_nd_domain.
nd_maxqueuelen
, 0,
Completed in 26 milliseconds
Indexes created Tue May 26 00:24:38 UTC 2026