Home
last modified time | relevance | path

Searched refs:IFQ_LOCK (Results 1 – 14 of 14) sorted by relevance

/freebsd/sys/net/
H A Difq.c135 IFQ_LOCK(&ifp->if_snd); in drbr_dequeue_cond()
H A Difq.h230 #define IFQ_LOCK(ifq) IF_LOCK(ifq) macro
272 IFQ_LOCK(ifq); \
H A Dif_tuntap.c917 IFQ_LOCK(&ifp->if_snd); in tunstart()
1791 IFQ_LOCK(&TUN2IFP(tp)->if_snd); in tunioctl()
2108 IFQ_LOCK(&ifp->if_snd); in tunpoll()
H A Dif_vlan.c1508 IFQ_LOCK(ifq); in vlan_altq_start()
H A Dif_bridge.c2653 IFQ_LOCK(ifq); in bridge_altq_start()
H A Dif.c2109 IFQ_LOCK(ifq); in if_qflush()
H A Diflib.c4349 IFQ_LOCK(ifq); in iflib_altq_if_start()
/freebsd/sys/net/altq/
H A Daltq_subr.c169 IFQ_LOCK(ifq); in altq_attach()
188 IFQ_LOCK(ifq); in altq_detach()
219 IFQ_LOCK(ifq); in altq_enable()
246 IFQ_LOCK(ifq); in altq_disable()
349 IFQ_LOCK(ifq); in tbr_set()
H A Daltq_priq.c279 IFQ_LOCK(cl->cl_pif->pif_ifq); in priq_class_create()
398 IFQ_LOCK(cl->cl_pif->pif_ifq); in priq_class_destroy()
H A Daltq_rmclass.c310 IFQ_LOCK(ifd->ifq_); in rmc_newclass()
359 IFQ_LOCK(ifd->ifq_); in rmc_modclass()
555 IFQ_LOCK(ifd->ifq_); in rmc_delete_class()
1554 IFQ_LOCK(ifd->ifq_); in rmc_restart()
H A Daltq_fairq.c338 IFQ_LOCK(cl->cl_pif->pif_ifq); in fairq_class_create()
437 IFQ_LOCK(cl->cl_pif->pif_ifq); in fairq_class_destroy()
H A Daltq_hfsc.c481 IFQ_LOCK(hif->hif_ifq); in hfsc_class_create()
566 IFQ_LOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()
607 IFQ_LOCK(cl->cl_hif->hif_ifq); in hfsc_class_destroy()
H A Daltq_cbq.c549 IFQ_LOCK(ifq); in cbqrestart()
/freebsd/sys/netgraph/
H A Dng_device.c630 IFQ_LOCK(&priv->readq); in ngd_kqread_event()