Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h252 PF_RT_ACTION = 34, /* u8 */ enumerator
H A Dpf_nl.c776 { .type = PF_RT_ACTION, .off = _OUT(action), .cb = nlattr_get_uint8 },
957 nlattr_add_u8(nw, PF_RT_ACTION, rule->action); in nlattr_add_rule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1286 snl_add_msg_attr_u8(nw, PF_RT_ACTION, r->action); in snl_add_msg_attr_pf_rule()
1662 { .type = PF_RT_ACTION, .off = _OUT(r.action), .cb = snl_attr_get_uint8 },