Home
last modified time | relevance | path

Searched +defs:ASSIGN +defs:x (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_ioctl.c1370 u_int16_t x; in pf_hash_rule_rolling() local
1647 #define ASSIGN(x) exported_q->x = q->x in pf_export_kaltq() argument
1648 #define COPY(x) \ in pf_export_kaltq() argument
1650 #define SATU16(x) (u_int32_t)uqmin((x), USHRT_MAX) in pf_export_kaltq() argument
1651 #define SATU32(x) (u_int32_t)uqmin((x), UINT_MAX) in pf_export_kaltq() argument
1676 #define ASSIGN_OPT(x) exported_q->pq_u.hfsc_opts.x = q->pq_u.hfsc_opts.x in pf_export_kaltq() argument
1677 #define ASSIGN_OPT_SATU32(x) exported_q->pq_u.hfsc_opts.x = \ in pf_export_kaltq() argument
1756 #define ASSIGN(x) q->x = imported_q->x in pf_import_kaltq() argument
1757 #define COPY(x) \ in pf_import_kaltq() argument
1782 #define ASSIGN_OPT(x) q->pq_u.hfsc_opts.x = imported_q->pq_u.hfsc_opts.x in pf_import_kaltq() argument
[all …]