Searched refs:TCPS_FIN_WAIT_2 (Results 1 – 4 of 4) sorted by relevance
61 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */ macro75 #define TCP6S_FIN_WAIT_2 TCPS_FIN_WAIT_2
479 if (tp->t_state >= TCPS_FIN_WAIT_2) { in tcp_usrclosed()483 if (tp->t_state == TCPS_FIN_WAIT_2) { in tcp_usrclosed()
304 if (tcp_fast_finwait2_recycle && tp->t_state == TCPS_FIN_WAIT_2 && in tcp_timer_2msl()
1730 case TCPS_FIN_WAIT_2: in tcp_do_segment()2049 case TCPS_FIN_WAIT_2: in tcp_do_segment()2447 tcp_state_change(tp, TCPS_FIN_WAIT_2); in tcp_do_segment()2709 case TCPS_FIN_WAIT_2: in tcp_do_segment()