Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dif_debug.c100 IF_DB_PRINTF("%d", if_snd.altq_type); in if_show_ifnet()
H A Dif.c764 ifq->altq_type = 0; in ifq_init()
/f-stack/freebsd/net/altq/
H A Dif_altq.h56 int altq_type; /* discipline type */ member
H A Daltq_subr.c131 if (type != ALTQT_NONE && ifp->if_snd.altq_type == type)
155 ifq->altq_type = type;
186 ifq->altq_type = ALTQT_NONE;
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c764 if (ifp->if_snd.altq_type != ALTQT_NONE) in pf_enable_altq()