Searched refs:hfsc_opts (Results 1 – 4 of 4) sorted by relevance
58 struct hfsc_opts { struct114 struct hfsc_opts hfsc_opts; member
152 struct hfsc_opts_v0 hfsc_opts; member183 struct hfsc_opts_v1 hfsc_opts; member219 struct hfsc_opts_v1 hfsc_opts; member
1247 #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()
209 opts = &a->pq_u.hfsc_opts; in hfsc_add_queue()