Home
last modified time | relevance | path

Searched refs:pq_u (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/netpfil/pf/
H A Dpf_altq.h154 } pq_u; member
185 } pq_u; member
221 } pq_u; member
H A Dpf_ioctl.c1247 #define ASSIGN_OPT(x) exported_q->pq_u.hfsc_opts.x = q->pq_u.hfsc_opts.x in pf_export_kaltq()
1248 #define ASSIGN_OPT_SATU32(x) exported_q->pq_u.hfsc_opts.x = \ in pf_export_kaltq()
1249 SATU32(q->pq_u.hfsc_opts.x) in pf_export_kaltq()
1268 COPY(pq_u); in pf_export_kaltq()
1292 COPY(pq_u); in pf_export_kaltq()
1353 #define ASSIGN_OPT(x) q->pq_u.hfsc_opts.x = imported_q->pq_u.hfsc_opts.x in pf_import_kaltq()
1375 COPY(pq_u); in pf_import_kaltq()
1399 COPY(pq_u); in pf_import_kaltq()
/f-stack/tools/compat/include/netpfil/pf/
H A Dpf_altq.h116 } pq_u; member
/f-stack/freebsd/net/altq/
H A Daltq_codel.c102 opts = &a->pq_u.codel_opts; in codel_add_altq()
H A Daltq_cbq.c298 opts = &a->pq_u.cbq_opts; in cbq_add_queue()
H A Daltq_priq.c153 a->pq_u.priq_opts.flags, a->qid); in priq_add_queue()
H A Daltq_fairq.c207 &a->pq_u.fairq_opts, a->qid); in fairq_add_queue()
H A Daltq_hfsc.c209 opts = &a->pq_u.hfsc_opts; in hfsc_add_queue()