Searched refs:if_sndq_maxlen (Results 1 - 6 of 6) sorted by relevance

/darwin-on-arm/xnu/bsd/net/classq/
H A Dclassq_subr.c115 maxlen = if_sndq_maxlen;
230 maxqlen = if_sndq_maxlen;
/darwin-on-arm/xnu/bsd/net/
H A Dif_var.h886 __private_extern__ u_int32_t if_sndq_maxlen; variable
H A Ddlil.c452 u_int32_t if_sndq_maxlen = IFQ_MAXLEN; variable
454 CTLTYPE_INT | CTLFLAG_RW | CTLFLAG_LOCKED, &if_sndq_maxlen, IFQ_MAXLEN,
5697 i = if_sndq_maxlen;
5706 if_sndq_maxlen = i;
/darwin-on-arm/xnu/bsd/net/pktsched/
H A Dpktsched_priq.c1028 maxlen = if_sndq_maxlen;
H A Dpktsched_tcq.c989 maxlen = if_sndq_maxlen;
H A Dpktsched_qfq.c1788 maxlen = if_sndq_maxlen;

Completed in 38 milliseconds