Searched defs:ifaltq_subque (Results 1 – 1 of 1) sorted by relevance
62 struct ifaltq_subque { struct63 struct lwkt_serialize ifsq_lock;64 int ifsq_index;66 struct ifaltq *ifsq_altq;67 struct ifnet *ifsq_ifp;68 void *ifsq_hw_priv; /* hw private data */70 struct if_classq ifsq_norm;71 struct if_classq ifsq_prio;72 int ifsq_prio_len;73 int ifsq_prio_bcnt;[all …]