Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf_nl.h129 PF_ST_CREATION = 13, /* u32 */ enumerator
H A Dpf_nl.c205 nlattr_add_u32(nw, PF_ST_CREATION, time_uptime - (s->creation / 1000)); in dump_state()
/freebsd/lib/libpfctl/
H A Dlibpfctl.c1949 { .type = PF_ST_CREATION, .off = _OUT(creation), .cb = snl_attr_get_uint32 },