OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
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
385
while (i >= nd->
nd_maxqueuelen
) {
398
KASSERTMSG(ln->la_numheld < nd->
nd_maxqueuelen
,
399
"la_numheld=%d
nd_maxqueuelen
=%d",
400
ln->la_numheld, nd->
nd_maxqueuelen
);
/src/sys/netinet/
if_arp.c
159
.
nd_maxqueuelen
= 1, /* max # of packets in unresolved ND entries */
2069
NULL, 1, &arp_nd_domain.
nd_maxqueuelen
, 0,
/src/sys/netinet6/
nd6.c
131
.
nd_maxqueuelen
= 1, /* max # of packets in unresolved ND entries */
icmp6.c
3024
NULL, 1, &nd6_nd_domain.
nd_maxqueuelen
, 0,
Completed in 15 milliseconds
Indexes created Sun Oct 19 02:09:48 GMT 2025