Home
last modified time | relevance | path

Searched refs:altq_type (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/net/altq/
H A Dif_altq.h55 int altq_type; /* discipline type */ member
H A Daltq_subr.c156 if (type != ALTQT_NONE && ifp->if_snd.altq_type == type) in altq_lookup()
175 ifq->altq_type = type; in altq_attach()
203 ifq->altq_type = ALTQT_NONE; in altq_detach()
/freebsd/sys/net/
H A Dif.c730 ifq->altq_type = 0; in ifq_init()
5208 IF_DB_PRINTF("%d", if_snd.altq_type); in if_show_ifnet()
/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c1037 if (ifp->if_snd.altq_type != ALTQT_NONE) in pf_enable_altq()