Searched refs:PF_RT_SCRUB_FLAGS (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.h | 248 PF_RT_SCRUB_FLAGS = 30, /* u16 */ enumerator
|
| H A D | pf_nl.c | 772 { .type = PF_RT_SCRUB_FLAGS, .off = _OUT(scrub_flags), .cb = nlattr_get_uint16 }, 948 nlattr_add_u16(nw, PF_RT_SCRUB_FLAGS, rule->scrub_flags); in nlattr_add_rule()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 1278 snl_add_msg_attr_u16(nw, PF_RT_SCRUB_FLAGS, r->scrub_flags); in snl_add_msg_attr_pf_rule() 1658 { .type = PF_RT_SCRUB_FLAGS, .off = _OUT(r.scrub_flags), .cb = snl_attr_get_uint16 },
|