Searched refs:PF_RT_CPID (Results 1 – 3 of 3) sorted by relevance
| /freebsd/sys/netpfil/pf/ |
| H A D | pf_nl.h | 244 PF_RT_CPID = 26, /* u32 */ enumerator
|
| H A D | pf_nl.c | 768 {. type = PF_RT_CPID, .off = _OUT(cpid), .cb = nlattr_get_uint32 }, 942 nlattr_add_u32(nw, PF_RT_CPID, rule->cpid); in nlattr_add_rule()
|
| /freebsd/lib/libpfctl/ |
| H A D | libpfctl.c | 1273 snl_add_msg_attr_u32(nw, PF_RT_CPID, r->cpid); in snl_add_msg_attr_pf_rule() 1654 {. type = PF_RT_CPID, .off = _OUT(r.cpid), .cb = snl_attr_get_uint32 },
|