Home
last modified time | relevance | path

Searched refs:ALTQ_IS_ENABLED (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/net/
H A Difq.c49 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_enqueue()
69 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_putback()
84 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_peek()
102 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_flush()
113 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_dequeue()
124 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_advance()
134 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_dequeue_cond()
155 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_empty()
163 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_needs_enqueue()
171 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_inuse()
H A Difq.h164 if (ALTQ_IS_ENABLED(ifq)) \
182 else if (ALTQ_IS_ENABLED(ifq)) \
199 else if (ALTQ_IS_ENABLED(ifq)) \
214 if (ALTQ_IS_ENABLED(ifq)) { \
H A Dif_epair.c387 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in epair_transmit()
H A Dif.c1185 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in if_detach_internal()
2224 if (ALTQ_IS_ENABLED(ifq)) in if_qflush()
5105 return (ALTQ_IS_ENABLED(&ifp->if_snd)); in if_altq_is_enabled()
H A Dif_tuntap.c822 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in tunstart()
H A Dif_vlan.c1535 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in vlan_altq_transmit()
H A Dif_bridge.c2326 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in bridge_altq_transmit()
/freebsd/sys/net/altq/
H A Dif_altq.h141 #define ALTQ_IS_ENABLED(ifq) ((ifq)->altq_flags & ALTQF_ENABLED) macro
143 #define ALTQ_IS_ENABLED(ifq) 0 macro
H A Daltq_subr.c194 if (ALTQ_IS_ENABLED(ifq)) { in altq_detach()
225 if (ALTQ_IS_ENABLED(ifq)) { in altq_enable()
247 if (!ALTQ_IS_ENABLED(ifq)) { in altq_disable()
315 if (ALTQ_IS_ENABLED(ifq)) in tbr_dequeue()
512 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in altq_pfdetach()
H A Daltq_cbq.c534 if (!ALTQ_IS_ENABLED(ifq)) in cbqrestart()
559 if (ALTQ_IS_ENABLED(cbqp->ifnp.ifq_)) in cbq_purge()
H A Daltq_codel.c189 if (!ALTQ_IS_ENABLED(cif->cif_ifq)) in codel_request()
H A Daltq_priq.c249 if (ALTQ_IS_ENABLED(pif->pif_ifq)) in priq_purge()
H A Daltq_fairq.c299 if (ALTQ_IS_ENABLED(pif->pif_ifq)) in fairq_purge()
H A Daltq_hfsc.c349 if (ALTQ_IS_ENABLED(hif->hif_ifq)) in hfsc_purge()
/freebsd/sys/netgraph/
H A Dng_iface.c378 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in ng_iface_output()
401 KASSERT(ALTQ_IS_ENABLED(&ifp->if_snd), ("%s without ALTQ", __func__)); in ng_iface_start()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c1041 if (error == 0 && ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) { in pf_enable_altq()