Home
last modified time | relevance | path

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

/mirbsd/src/sys/netinet/
Din.h519 &ip_maxqueue, \
Dip_input.c133 int ip_maxqueue = 300; variable
584 if (ip_frags + 1 > ip_maxqueue) {
983 while (ipq.lh_first != NULL && ip_frags > ip_maxqueue * 3 / 4 && --max) { in ip_flush()