Searched refs:PF_RT_SET_PRIO (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 257 PF_RT_SET_PRIO = 59, /* u8 */ enumerator
|
H A D | pf_nl.c | 742 { .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 D | libpfctl.c | 1287 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 },
|