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.h244 PF_RT_CPID = 26, /* u32 */ enumerator
H A Dpf_nl.c768 {. 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 Dlibpfctl.c1273 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 },