Searched refs:_IF_QFULL (Results 1 – 6 of 6) sorted by relevance
72 #define _IF_QFULL(ifq) ((ifq)->ifq_len >= (ifq)->ifq_maxlen) macro167 if (_IF_QFULL(ifq)) { \
4105 if (_IF_QFULL(ifq)) { in if_handoff()
327 if (_IF_QFULL(&sc->outq)) { in ngt_rcvdata()
310 if (_IF_QFULL(&priv->readq)) { in ng_device_rcvdata()
85 # define IF_QFULL _IF_QFULL
2022 if (!_IF_QFULL(&b->b_snd)) in pfsync_sendout()