Home
last modified time | relevance | path

Searched refs:hfsc_opts (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netpfil/pf/
H A Dpf_altq.h58 struct hfsc_opts { struct
114 struct hfsc_opts hfsc_opts; member
/f-stack/freebsd/netpfil/pf/
H A Dpf_altq.h152 struct hfsc_opts_v0 hfsc_opts; member
183 struct hfsc_opts_v1 hfsc_opts; member
219 struct hfsc_opts_v1 hfsc_opts; 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()
1353 #define ASSIGN_OPT(x) q->pq_u.hfsc_opts.x = imported_q->pq_u.hfsc_opts.x in pf_import_kaltq()
/f-stack/freebsd/net/altq/
H A Daltq_hfsc.c209 opts = &a->pq_u.hfsc_opts; in hfsc_add_queue()