Searched refs:PF_RT_RPOOL_RDR (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netpfil/pf/ |
H A D | pf_nl.h | 208 PF_RT_RPOOL_RDR = 11, /* nested, pf_rpool_type_t */ enumerator
|
H A D | pf_nl.c | 694 { .type = PF_RT_RPOOL_RDR, .off = _OUT(rdr), .arg = &pool_parser, .cb = nlattr_get_nested }, 924 nlattr_add_pool(nw, PF_RT_RPOOL_RDR, &rule->rdr); in pf_handle_getrule()
|
/freebsd/lib/libpfctl/ |
H A D | libpfctl.c | 1228 snl_add_msg_attr_rpool(nw, PF_RT_RPOOL_RDR, &r->rdr); in snl_add_msg_attr_pf_rule() 1600 { .type = PF_RT_RPOOL_RDR, .off = _OUT(r.rdr), .arg = &pool_parser, .cb = snl_attr_get_nested },
|