Home
last modified time | relevance | path

Searched refs:altq_enable (Results 1 – 3 of 3) sorted by relevance

/dragonfly/sys/net/altq/
H A Dif_altq.h253 int altq_enable(struct ifaltq *);
H A Daltq_subr.c175 altq_enable(struct ifaltq *ifq) in altq_enable() function
/dragonfly/sys/net/pf/
H A Dpf_ioctl.c691 error = altq_enable(&ifp->if_snd); in pf_enable_altq()