Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h257 PF_RT_SET_PRIO = 59, /* u8 */ enumerator
H A Dpf_nl.c742 { .type = PF_RT_SET_PRIO, .off = _OUT(set_prio[0]), .cb = nlattr_get_uint8 },
986 nlattr_add_u8(nw, PF_RT_SET_PRIO, rule->set_prio[0]); in pf_handle_getrule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1287 snl_add_msg_attr_u8(nw, PF_RT_SET_PRIO, r->set_prio[0]); in snl_add_msg_attr_pf_rule()
1648 { .type = PF_RT_SET_PRIO, .off = _OUT(r.set_prio[0]), .cb = snl_attr_get_uint8 },