Home
last modified time | relevance | path

Searched defs:pf_altq (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/netpfil/pf/
H A Dpf_altq.h88 struct pf_altq { struct
92 TAILQ_ENTRY(pf_altq) entries; argument
95 uint8_t scheduler; /* scheduler type */
102 uint32_t parent_qid; /* parent queue id */
103 uint32_t bandwidth; /* queue bandwidth */
104 uint8_t priority; /* priority */
108 uint16_t qlimit; /* queue size limit */
109 uint16_t flags; /* misc flags */
110 union {
116 } pq_u;
[all …]
/f-stack/freebsd/netpfil/pf/
H A Dpf_altq.h234 #define pf_altq pf_kaltq macro
245 #define pf_altq __CONCAT(pf_altq_v, PF_ALTQ_VERSION) macro
253 #define pf_altq __CONCAT(pf_altq_v, 0) macro