Searched refs:PF_RT_PROB (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.h | 242 PF_RT_PROB = 24, /* u32 */ enumerator
|
| H A D | pf_nl.c | 766 { .type = PF_RT_PROB, .off = _OUT(prob), .cb = nlattr_get_uint32 }, 940 nlattr_add_u32(nw, PF_RT_PROB, rule->prob); in nlattr_add_rule()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 1271 snl_add_msg_attr_u32(nw, PF_RT_PROB, r->prob); in snl_add_msg_attr_pf_rule() 1652 { .type = PF_RT_PROB, .off = _OUT(r.prob), .cb = snl_attr_get_uint32 },
|