Searched refs:TCPS_CLOSE_WAIT (Results 1 – 3 of 3) sorted by relevance
51 #define TCPS_CLOSE_WAIT 5 /* rcvd fin, waiting for close */ macro
1353 tp->t_state > TCPS_CLOSE_WAIT && tlen) { in tcp_input() 1428 case TCPS_CLOSE_WAIT: in tcp_input() 1499 case TCPS_CLOSE_WAIT: in tcp_input() 2028 tp->t_state = TCPS_CLOSE_WAIT; in tcp_input()
1103 case TCPS_CLOSE_WAIT: in tcp_usrclosed()