Home
last modified time | relevance | path

Searched refs:PFTM_UNLINKED (Results 1 – 4 of 4) sorted by relevance

/f-stack/tools/compat/include/netpfil/pf/
H A Dpf.h71 PFTM_TS_DIFF, PFTM_MAX, PFTM_PURGE, PFTM_UNLINKED }; enumerator
/f-stack/freebsd/netpfil/pf/
H A Dpf.h75 PFTM_TS_DIFF, PFTM_MAX, PFTM_PURGE, PFTM_UNLINKED }; enumerator
H A Dpf.c1592 KASSERT(state->timeout != PFTM_UNLINKED, in pf_state_expires()
1692 if (s->timeout == PFTM_UNLINKED) { in pf_unlink_state()
1721 s->timeout = PFTM_UNLINKED; in pf_unlink_state()
1738 KASSERT(cur->timeout == PFTM_UNLINKED, ("%s: timeout %u", __func__, in pf_free_state()
H A Dpf_ioctl.c2484 if (s->timeout == PFTM_UNLINKED) in pfioctl()