Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h197 PF_RT_RTABLEID = 13, /* u32 */ enumerator
H A Dpf_nl.c684 { .type = PF_RT_RTABLEID, .off = _OUT(rtableid), .cb = nlattr_get_uint32 },
919 nlattr_add_u32(nw, PF_RT_RTABLEID, rule->rtableid); in pf_handle_getrule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1218 snl_add_msg_attr_u32(nw, PF_RT_RTABLEID, r->rtableid); in snl_add_msg_attr_pf_rule()
1586 { .type = PF_RT_RTABLEID, .off = _OUT(r.rtableid), .cb = snl_attr_get_uint32 },