Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h222 PF_RT_CPID = 26, /* u32 */ enumerator
H A Dpf_nl.c709 {. 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 Dlibpfctl.c1248 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 },