Home
last modified time | relevance | path

Searched refs:IF_RCVQ_MINLEN (Results 1 – 4 of 4) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Ddlil_sysctl.h52 #define IF_RCVQ_MINLEN 32 macro
H A Ddlil_sysctl.c582 if (i < IF_RCVQ_MINLEN) {
583 i = IF_RCVQ_MINLEN;
H A Ddlil_input.c153 limit = MAX(if_rcvq_maxlen, IF_RCVQ_MINLEN); in dlil_create_input_thread()
H A Ddlil.c2820 } else if (maxqlen < IF_RCVQ_MINLEN) { in ifnet_set_rcvq_maxlen()
2821 maxqlen = IF_RCVQ_MINLEN; in ifnet_set_rcvq_maxlen()