Home
last modified time | relevance | path

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

/f-stack/freebsd/net/altq/
H A Daltq.h42 #define ALTQT_NONE 0 /* reserved */ macro
H A Daltq_subr.c131 if (type != ALTQT_NONE && ifp->if_snd.altq_type == type)
186 ifq->altq_type = ALTQT_NONE;
453 case ALTQT_NONE: in altq_pfattach()
/f-stack/freebsd/netpfil/pf/
H A Dpf_ioctl.c764 if (ifp->if_snd.altq_type != ALTQT_NONE) in pf_enable_altq()