Home
last modified time | relevance | path

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

/freebsd-14.2/sys/net/
H A Difq.c51 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_enqueue()
71 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_putback()
86 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_peek()
104 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_flush()
115 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_dequeue()
126 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_advance()
136 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_dequeue_cond()
157 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_empty()
165 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_needs_enqueue()
173 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_inuse()
H A Difq.h166 if (ALTQ_IS_ENABLED(ifq)) \
184 else if (ALTQ_IS_ENABLED(ifq)) \
201 else if (ALTQ_IS_ENABLED(ifq)) \
216 if (ALTQ_IS_ENABLED(ifq)) { \
H A Dif_epair.c387 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in epair_transmit()
H A Dif.c1190 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in if_detach_internal()
2230 if (ALTQ_IS_ENABLED(ifq)) in if_qflush()
5122 return (ALTQ_IS_ENABLED(&ifp->if_snd)); in if_altq_is_enabled()
H A Dif_tuntap.c854 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in tunstart()
H A Dif_vlan.c1534 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-14.2/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-14.2/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-14.2/sys/netpfil/pf/
H A Dpf_ioctl.c1043 if (error == 0 && ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) { in pf_enable_altq()