Home
last modified time | relevance | path

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

/freebsd/sys/net/altq/
H A Dif_altq.h139 #define ALTQ_IS_READY(ifq) ((ifq)->altq_flags & ALTQF_READY) macro
H A Daltq_subr.c170 if (!ALTQ_IS_READY(ifq)) { in altq_attach()
190 if (!ALTQ_IS_READY(ifq)) { in altq_detach()
221 if (!ALTQ_IS_READY(ifq)) { in altq_enable()
H A Daltq_codel.c98 if (!ALTQ_IS_READY(&ifp->if_snd)) in codel_add_altq()
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()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c1115 if (!ALTQ_IS_READY(&ifp->if_snd)) in pf_altq_ifnet_event()