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