Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h195 PF_RT_RPOOL = 11, /* nested, pf_rpool_type_t */ enumerator
H A Dpf_nl.c682 { .type = PF_RT_RPOOL, .off = _OUT(rpool), .arg = &pool_parser, .cb = nlattr_get_nested },
917 nlattr_add_pool(nw, PF_RT_RPOOL, &rule->rpool); in pf_handle_getrule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1216 snl_add_msg_attr_rpool(nw, PF_RT_RPOOL, &r->rpool); in snl_add_msg_attr_pf_rule()
1584 { .type = PF_RT_RPOOL, .off = _OUT(r.rpool), .arg = &pool_parser, .cb = snl_attr_get_nested },