Home
last modified time | relevance | path

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

/freebsd-14-stable/sys/netpfil/ipfilter/netinet/
HDip_state.c3809 case IPF_TCPS_FIN_WAIT_1 : in ipf_state_flush()
4056 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4093 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4100 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4137 if (ostate == IPF_TCPS_FIN_WAIT_1) { in ipf_tcp_age()
4140 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4146 if (ostate == IPF_TCPS_FIN_WAIT_1) { in ipf_tcp_age()
4184 case IPF_TCPS_FIN_WAIT_1: /* 6 */ in ipf_tcp_age()
4208 nstate = IPF_TCPS_FIN_WAIT_1; in ipf_tcp_age()
4568 tqp[IPF_TCPS_FIN_WAIT_1].ifq_ttl = softc->ipf_tcphalfclosed; in ipf_sttab_init()
HDip_compat.h1152 #define IPF_TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
HDip_nat.c6687 case IPF_TCPS_FIN_WAIT_1 : in ipf_nat_extraflush()