Home
last modified time | relevance | path

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

/freebsd-head/sys/netpfil/pf/
HDpf_nl.h222 PF_RT_PROB = 24, /* u32 */ enumerator
HDpf_nl.c707 { .type = PF_RT_PROB, .off = _OUT(prob), .cb = nlattr_get_uint32 },
942 nlattr_add_u32(nw, PF_RT_PROB, rule->prob); in pf_handle_getrule()
/freebsd-head/lib/libpfctl/
HDlibpfctl.c1246 snl_add_msg_attr_u32(nw, PF_RT_PROB, r->prob); in snl_add_msg_attr_pf_rule()
1613 { .type = PF_RT_PROB, .off = _OUT(r.prob), .cb = snl_attr_get_uint32 },