Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netpfil/pf/
H A Dpf.h64 enum { PFTM_TCP_FIRST_PACKET, PFTM_TCP_OPENING, PFTM_TCP_ESTABLISHED, enumerator
/f-stack/freebsd/netpfil/pf/
H A Dpf.h68 enum { PFTM_TCP_FIRST_PACKET, PFTM_TCP_OPENING, PFTM_TCP_ESTABLISHED, enumerator
H A Dpf.c4268 (*state)->timeout = PFTM_TCP_ESTABLISHED; in pf_tcp_track_full()
4450 (*state)->timeout = PFTM_TCP_ESTABLISHED; in pf_tcp_track_sloppy()
H A Dpf_ioctl.c298 my_timeout[PFTM_TCP_ESTABLISHED] = PFTM_TCP_ESTABLISHED_VAL; in pfattach_vnet()