Searched refs:IF_QFULL (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Dif_var.h496 #define IF_QFULL(ifq) ((ifq)->ifq_len >= (ifq)->ifq_maxlen) macro
537 if (IF_QFULL(ifq) &&
H A Dbridge.c839 if (IF_QFULL(&last->if_snd)) {
870 if ( BDG_USED(ifp) && !BDG_MUTED(ifp) && !IF_QFULL(&ifp->if_snd) &&
H A Dif_fddisubr.c369 if (IF_QFULL(&ifp->if_snd)) {
586 if (IF_QFULL(inq)) {

Completed in 32 milliseconds