Searched refs:PF_RT_CUID (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.h | 243 PF_RT_CUID = 25, /* u32 */ enumerator
|
| H A D | pf_nl.c | 767 { .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 D | libpfctl.c | 1272 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 },
|