Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/pf/
H A Dpf.h98 PFTM_UNLINKED = 27, enumerator
H A Dpf_nl.c245 if (s->timeout == PFTM_UNLINKED) in handle_dumpstates()
359 if (s->timeout == PFTM_UNLINKED) in pf_handle_getcreators()
H A Dpf.c1441 s->timeout = PFTM_UNLINKED; in pf_state_key_attach()
1706 s->timeout = PFTM_UNLINKED; in pf_state_insert()
2486 KASSERT(state->timeout != PFTM_UNLINKED, in pf_state_expires()
2581 if (s->timeout == PFTM_UNLINKED) { in pf_unlink_state()
2611 s->timeout = PFTM_UNLINKED; in pf_unlink_state()
2641 KASSERT(cur->timeout == PFTM_UNLINKED, ("%s: timeout %u", __func__, in pf_free_state()
5606 s->timeout = PFTM_UNLINKED; in pf_create_state()
H A Dpf_ioctl.c3922 if (s->timeout == PFTM_UNLINKED) in pfioctl()
3943 if (s->timeout == PFTM_UNLINKED) in pfioctl()
4001 if (s->timeout == PFTM_UNLINKED) in pfioctl()
4022 if (s->timeout == PFTM_UNLINKED) in pfioctl()
H A Dif_pfsync.c748 st->timeout = PFTM_UNLINKED; /* appease an assert */ in pfsync_state_import()