Searched defs:pf_altq (Results 1 – 1 of 1) sorted by relevance
1681 struct pf_altq { struct1686 TAILQ_ENTRY(pf_altq) entries __attribute__((aligned(8))); argument1688 u_int32_t _pad[2];1691 u_int32_t aflags; /* ALTQ rule flags */1692 u_int32_t bwtype; /* bandwidth type */1695 u_int32_t scheduler; /* scheduler type */1696 u_int32_t tbrsize; /* tokenbucket regulator size */1697 u_int64_t ifbandwidth; /* interface bandwidth */1700 char qname[PF_QNAME_SIZE]; /* queue name */1701 char parent[PF_QNAME_SIZE]; /* parent name */[all …]