Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/netpfil/ipfilter/netinet/
Dip_state.c3810 case IPF_TCPS_FIN_WAIT_1 : in ipf_state_flush()
4057 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4094 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4101 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4138 if (ostate == IPF_TCPS_FIN_WAIT_1) { in ipf_tcp_age()
4141 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4147 if (ostate == IPF_TCPS_FIN_WAIT_1) { in ipf_tcp_age()
4185 case IPF_TCPS_FIN_WAIT_1: /* 6 */ in ipf_tcp_age()
4209 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4571 tqp[IPF_TCPS_FIN_WAIT_1].ifq_ttl = softc->ipf_tcphalfclosed;
Dip_compat.h1152 #define IPF_TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
Dip_nat.c6692 case IPF_TCPS_FIN_WAIT_1 : in ipf_nat_extraflush()