Home
last modified time | relevance | path

Searched refs:rtq_toomany (Results 1 – 2 of 2) sorted by relevance

/xnu-11215.81.4/bsd/netinet6/
H A Din6_rmx.c450 static uint32_t rtq_toomany = 128; variable
452 CTLFLAG_RW | CTLFLAG_LOCKED, &rtq_toomany, 0, "");
702 if (ours > rtq_toomany && in in6_rtqtimo()
/xnu-11215.81.4/bsd/netinet/
H A Din_rmx.c363 static uint32_t rtq_toomany = 128; variable
365 CTLFLAG_RW | CTLFLAG_LOCKED, &rtq_toomany, 0,
610 if (ours > rtq_toomany && in in_rtqtimo()