Home
last modified time | relevance | path

Searched refs:PF_RT_SCRUB_FLAGS (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h248 PF_RT_SCRUB_FLAGS = 30, /* u16 */ enumerator
H A Dpf_nl.c772 { .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 Dlibpfctl.c1278 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 },