Home
last modified time | relevance | path

Searched refs:ALTQ_IS_READY (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/net/altq/
H A Dif_altq.h144 #define ALTQ_IS_READY(ifq) ((ifq)->altq_flags & ALTQF_READY) macro
H A Daltq_codel.c99 if (!ALTQ_IS_READY(&ifp->if_snd)) in codel_add_altq()
H A Daltq_subr.c150 if (!ALTQ_IS_READY(ifq)) {
173 if (!ALTQ_IS_READY(ifq)) {
207 if (!ALTQ_IS_READY(ifq)) {
H A Daltq_cbq.c231 if (!ALTQ_IS_READY(&ifp->if_snd)) in cbq_add_altq()
H A Daltq_priq.c102 if (!ALTQ_IS_READY(&ifp->if_snd)) in priq_add_altq()
H A Daltq_fairq.c157 if (!ALTQ_IS_READY(&ifp->if_snd)) in fairq_add_altq()
H A Daltq_hfsc.c165 if (!ALTQ_IS_READY(&ifp->if_snd)) in hfsc_add_altq()
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c842 if (!ALTQ_IS_READY(&ifp->if_snd)) in pf_altq_ifnet_event()