Home
last modified time | relevance | path

Searched refs:TCPS_FIN_WAIT_1 (Results 1 – 8 of 8) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_fsm.h55 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
70 #define TCP6S_FIN_WAIT_1 TCPS_FIN_WAIT_1
/f-stack/freebsd/netinet/
H A Dtcp_fsm.h55 #define TCPS_FIN_WAIT_1 6 /* have closed, sent fin */ macro
70 #define TCP6S_FIN_WAIT_1 TCPS_FIN_WAIT_1
H A Dtcp_input.c2066 tcp_state_change(tp, TCPS_FIN_WAIT_1); in tcp_do_segment()
2175 case TCPS_FIN_WAIT_1: in tcp_do_segment()
2443 tcp_state_change(tp, TCPS_FIN_WAIT_1); in tcp_do_segment()
2486 case TCPS_FIN_WAIT_1: in tcp_do_segment()
2952 case TCPS_FIN_WAIT_1: in tcp_do_segment()
3246 case TCPS_FIN_WAIT_1: in tcp_do_segment()
H A Dtcp_timer.c725 (tp->t_state == TCPS_FIN_WAIT_1))) { in tcp_timer_rexmt()
H A Dtcp_usrreq.c2722 tcp_state_change(tp, TCPS_FIN_WAIT_1); in tcp_usrclosed()
2781 case TCPS_FIN_WAIT_1: in db_print_tstate()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c692 case TCPS_FIN_WAIT_1: in ctf_process_rst()
H A Drack.c5684 (tp->t_state == TCPS_FIN_WAIT_1))) { in rack_timeout_rxt()
8342 (tp->t_state >= TCPS_FIN_WAIT_1) && in rack_process_ack()
8392 if ((tp->t_state >= TCPS_FIN_WAIT_1) && in rack_process_ack()
8775 case TCPS_FIN_WAIT_1: in rack_process_data()
9272 tcp_state_change(tp, TCPS_FIN_WAIT_1); in rack_do_syn_sent()
9329 if (tp->t_state == TCPS_FIN_WAIT_1) { in rack_do_syn_sent()
9487 tcp_state_change(tp, TCPS_FIN_WAIT_1); in rack_do_syn_recv()
9530 if (tp->t_state == TCPS_FIN_WAIT_1) { in rack_do_syn_recv()
10640 case TCPS_FIN_WAIT_1: in rack_set_state()
10641 rack->r_state = TCPS_FIN_WAIT_1; in rack_set_state()
H A Dbbr.c5076 (tp->t_state == TCPS_FIN_WAIT_1))) { in bbr_timeout_rxt()
7927 if ((tp->t_state >= TCPS_FIN_WAIT_1) && in bbr_process_ack()
8456 case TCPS_FIN_WAIT_1: in bbr_process_data()
8947 tcp_state_change(tp, TCPS_FIN_WAIT_1); in bbr_do_syn_sent()
9009 if (tp->t_state == TCPS_FIN_WAIT_1) { in bbr_do_syn_sent()
9188 tcp_state_change(tp, TCPS_FIN_WAIT_1); in bbr_do_syn_recv()
9221 if (tp->t_state == TCPS_FIN_WAIT_1) { in bbr_do_syn_recv()
10372 case TCPS_FIN_WAIT_1: in bbr_set_state()
10373 bbr->r_state = TCPS_FIN_WAIT_1; in bbr_set_state()