Searched defs:pf_altq (Results 1 – 1 of 1) sorted by relevance
1283 struct pf_altq { struct1287 TAILQ_ENTRY(pf_altq) entries; argument1290 u_int8_t scheduler; /* scheduler type */1291 u_int16_t tbrsize; /* tokenbucket regulator size */1292 u_int32_t ifbandwidth; /* interface bandwidth */1295 char qname[PF_QNAME_SIZE]; /* queue name */1296 char parent[PF_QNAME_SIZE]; /* parent name */1297 u_int32_t parent_qid; /* parent queue id */1298 u_int32_t bandwidth; /* queue bandwidth */1299 u_int8_t priority; /* priority */[all …]