Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Difq.h167 if (ALTQ_IS_ENABLED(ifq)) \
185 else if (ALTQ_IS_ENABLED(ifq)) \
202 else if (ALTQ_IS_ENABLED(ifq)) \
217 if (ALTQ_IS_ENABLED(ifq)) { \
324 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_enqueue()
383 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_flush()
417 if (ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_advance()
429 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in drbr_dequeue_cond()
452 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_empty()
462 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in drbr_needs_enqueue()
[all …]
H A Dif_epair.c528 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in epair_transmit_locked()
H A Dif_tuntap.c842 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in tunstart()
H A Dif.c1220 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in if_detach_internal()
2338 if (ALTQ_IS_ENABLED(ifq)) in if_qflush()
H A Diflib.c3900 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in _task_fn_tx()
4090 if ((NTXQSETS(ctx) > 1) && M_HASHTYPE_GET(m) && !ALTQ_IS_ENABLED(&ifp->if_snd)) in iflib_if_transmit()
4194 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in iflib_altq_if_transmit()
H A Dif_spppsubr.c851 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in sppp_output()
/f-stack/freebsd/net/altq/
H A Dif_altq.h146 #define ALTQ_IS_ENABLED(ifq) ((ifq)->altq_flags & ALTQF_ENABLED) macro
148 #define ALTQ_IS_ENABLED(ifq) 0 macro
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_subr.c177 if (ALTQ_IS_ENABLED(ifq)) {
211 if (ALTQ_IS_ENABLED(ifq)) {
236 if (!ALTQ_IS_ENABLED(ifq)) {
308 if (ALTQ_IS_ENABLED(ifq))
508 if (ALTQ_IS_ENABLED(&ifp->if_snd)) in altq_pfdetach()
H A Daltq_codel.c190 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()
/f-stack/freebsd/netgraph/
H A Dng_iface.c379 if (ALTQ_IS_ENABLED(&ifp->if_snd)) { in ng_iface_output()
402 KASSERT(ALTQ_IS_ENABLED(&ifp->if_snd), ("%s without ALTQ", __func__)); in ng_iface_start()
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c768 if (error == 0 && ifp != NULL && ALTQ_IS_ENABLED(&ifp->if_snd)) { in pf_enable_altq()