Searched +defs:ASSIGN +defs:x (Results 1 – 1 of 1) sorted by relevance
1370 u_int16_t x; in pf_hash_rule_rolling() local1647 #define ASSIGN(x) exported_q->x = q->x in pf_export_kaltq() argument1648 #define COPY(x) \ in pf_export_kaltq() argument1650 #define SATU16(x) (u_int32_t)uqmin((x), USHRT_MAX) in pf_export_kaltq() argument1651 #define SATU32(x) (u_int32_t)uqmin((x), UINT_MAX) in pf_export_kaltq() argument1676 #define ASSIGN_OPT(x) exported_q->pq_u.hfsc_opts.x = q->pq_u.hfsc_opts.x in pf_export_kaltq() argument1677 #define ASSIGN_OPT_SATU32(x) exported_q->pq_u.hfsc_opts.x = \ in pf_export_kaltq() argument1756 #define ASSIGN(x) q->x = imported_q->x in pf_import_kaltq() argument1757 #define COPY(x) \ in pf_import_kaltq() argument1782 #define ASSIGN_OPT(x) q->pq_u.hfsc_opts.x = imported_q->pq_u.hfsc_opts.x in pf_import_kaltq() argument[all …]