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