Home
last modified time | relevance | path

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

/trueos/sys/netpfil/pf/
HDpf.h71 PFTM_TS_DIFF, PFTM_MAX, PFTM_PURGE, PFTM_UNLINKED, enumerator
HDpf.c1475 KASSERT(state->timeout != PFTM_UNLINKED, in pf_state_expires()
1569 if (s->timeout == PFTM_UNLINKED) { in pf_unlink_state()
1598 s->timeout = PFTM_UNLINKED; in pf_unlink_state()
1613 KASSERT(cur->timeout == PFTM_UNLINKED, ("%s: timeout %u", __func__, in pf_free_state()
HDpf_ioctl.c1766 if (s->timeout == PFTM_UNLINKED) in pfioctl()