Searched defs:pf_altq (Results 1 – 1 of 1) sorted by relevance
1754 struct pf_altq { struct1759 TAILQ_ENTRY(pf_altq) entries __attribute__((aligned(8))); argument1761 u_int32_t _pad[2];1764 u_int32_t aflags; /* ALTQ rule flags */1765 u_int32_t bwtype; /* bandwidth type */1768 u_int32_t scheduler; /* scheduler type */1769 u_int32_t tbrsize; /* tokenbucket regulator size */1770 u_int64_t ifbandwidth; /* interface bandwidth */1773 char qname[PF_QNAME_SIZE]; /* queue name */1774 char parent[PF_QNAME_SIZE]; /* parent name */[all …]