Searched defs:pf_altq (Results 1 – 1 of 1) sorted by relevance
1432 struct pf_altq { struct1436 TAILQ_ENTRY(pf_altq) entries; argument1439 u_int8_t scheduler; /* scheduler type */1440 u_int16_t tbrsize; /* tokenbucket regulator size */1441 u_int32_t ifbandwidth; /* interface bandwidth */1444 char qname[PF_QNAME_SIZE]; /* queue name */1445 char parent[PF_QNAME_SIZE]; /* parent name */1446 u_int32_t parent_qid; /* parent queue id */1447 u_int32_t bandwidth; /* queue bandwidth */1448 u_int8_t priority; /* priority */[all …]