Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h117 PF_ST_ID = 1, /* u32, state id */ enumerator
H A Dpf_nl.c75 { .type = PF_ST_ID, .off = _OUT(id), .cb = nlattr_get_uint32 },
220 nlattr_add_u64(nw, PF_ST_ID, s->id); in dump_state()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1937 { .type = PF_ST_ID, .off = _OUT(id), .cb = snl_attr_get_uint64 },