Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h243 PF_RT_CUID = 25, /* u32 */ enumerator
H A Dpf_nl.c767 { .type = PF_RT_CUID, .off = _OUT(cuid), .cb = nlattr_get_uint32 },
941 nlattr_add_u32(nw, PF_RT_CUID, rule->cuid); in nlattr_add_rule()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1272 snl_add_msg_attr_u32(nw, PF_RT_CUID, r->cuid); in snl_add_msg_attr_pf_rule()
1653 { .type = PF_RT_CUID, .off = _OUT(r.cuid), .cb = snl_attr_get_uint32 },