Searched refs:PF_RT_CUID (Results 1 – 3 of 3) sorted by relevance
| /src/sys/netpfil/pf/ |
| H A D | pf_nl.h | 241 PF_RT_CUID = 25, /* u32 */ enumerator
|
| H A D | pf_nl.c | 739 { .type = PF_RT_CUID, .off = _OUT(cuid), .cb = nlattr_get_uint32 }, 979 nlattr_add_u32(nw, PF_RT_CUID, rule->cuid); in pf_handle_getrule()
|
| /src/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 },
|