Home
last modified time | relevance | path

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

/freebsd/sys/netpfil/ipfilter/netinet/
H A Dip_state.c3805 case IPF_TCPS_FIN_WAIT_1 : in ipf_state_flush()
4052 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4089 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4096 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4133 if (ostate == IPF_TCPS_FIN_WAIT_1) { in ipf_tcp_age()
4136 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4142 if (ostate == IPF_TCPS_FIN_WAIT_1) { in ipf_tcp_age()
4180 case IPF_TCPS_FIN_WAIT_1: /* 6 */ in ipf_tcp_age()
4204 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4564 tqp[IPF_TCPS_FIN_WAIT_1].ifq_ttl = softc->ipf_tcphalfclosed; in ipf_sttab_init()
H A Dip_compat.h1144 #define IPF_TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
H A Dip_nat.c6683 case IPF_TCPS_FIN_WAIT_1 : in ipf_nat_extraflush()