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.h277 PF_RT_SET_PRIO = 59, /* u8 */ enumerator
H A Dpf_nl.c801 { .type = PF_RT_SET_PRIO, .off = _OUT(set_prio[0]), .cb = nlattr_get_uint8 },
988 nlattr_add_u8(nw, PF_RT_SET_PRIO, rule->set_prio[0]); in nlattr_add_rule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1312 snl_add_msg_attr_u8(nw, PF_RT_SET_PRIO, r->set_prio[0]); in snl_add_msg_attr_pf_rule()
1687 { .type = PF_RT_SET_PRIO, .off = _OUT(r.set_prio[0]), .cb = snl_attr_get_uint8 },