Searched defs:pf_altq (Results 1 – 2 of 2) sorted by relevance
88 struct pf_altq { struct92 TAILQ_ENTRY(pf_altq) entries; argument95 uint8_t scheduler; /* scheduler type */102 uint32_t parent_qid; /* parent queue id */103 uint32_t bandwidth; /* queue bandwidth */104 uint8_t priority; /* priority */108 uint16_t qlimit; /* queue size limit */109 uint16_t flags; /* misc flags */110 union {116 } pq_u;[all …]
234 #define pf_altq pf_kaltq macro245 #define pf_altq __CONCAT(pf_altq_v, PF_ALTQ_VERSION) macro253 #define pf_altq __CONCAT(pf_altq_v, 0) macro