Home
last modified time | relevance | path

Searched refs:_IF_QFULL (Results 1 – 9 of 9) sorted by relevance

/f-stack/freebsd/net/
H A Difq.h75 #define _IF_QFULL(ifq) ((ifq)->ifq_len >= (ifq)->ifq_maxlen) macro
170 if (_IF_QFULL(ifq)) { \
H A Dif.c3997 if (_IF_QFULL(ifq)) { in if_handoff()
H A Dif_spppsubr.c853 else if (_IF_QFULL(&sp->pp_fastq)) in sppp_output()
/f-stack/freebsd/mips/cavium/octe/
H A Dethernet-tx.c221 if (_IF_QFULL(&priv->tx_free_queue[qos])) { in cvm_oct_xmit()
/f-stack/freebsd/netgraph/
H A Dng_device.c276 if (_IF_QFULL(&priv->readq)) { in ng_device_rcvdata()
H A Dng_tty.c329 if (_IF_QFULL(&sc->outq)) { in ngt_rcvdata()
/f-stack/freebsd/netgraph/bluetooth/drivers/h4/
H A Dng_h4.c798 if (_IF_QFULL(&sc->outq)) {
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_auth.c86 # define IF_QFULL _IF_QFULL
/f-stack/freebsd/netpfil/pf/
H A Dif_pfsync.c1711 if (!_IF_QFULL(&b->b_snd)) in pfsync_sendout()