Home
last modified time | relevance | path

Searched refs:TCPS_FIN_WAIT_2 (Results 1 – 9 of 9) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dtcp_fsm.h59 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */ macro
73 #define TCP6S_FIN_WAIT_2 TCPS_FIN_WAIT_2
79 ((s) == TCPS_CLOSE_WAIT || ((s) >= TCPS_CLOSING && (s) != TCPS_FIN_WAIT_2))
/f-stack/freebsd/netinet/
H A Dtcp_fsm.h59 #define TCPS_FIN_WAIT_2 9 /* have closed, fin is acked */ macro
73 #define TCP6S_FIN_WAIT_2 TCPS_FIN_WAIT_2
79 ((s) == TCPS_CLOSE_WAIT || ((s) >= TCPS_CLOSING && (s) != TCPS_FIN_WAIT_2))
H A Dtcp_usrreq.c2314 if ((tp->t_state == TCPS_FIN_WAIT_2) && in tcp_default_ctloutput()
2337 if ((tp->t_state == TCPS_FIN_WAIT_2) && in tcp_default_ctloutput()
2729 if (tp->t_state >= TCPS_FIN_WAIT_2) { in tcp_usrclosed()
2732 if (tp->t_state == TCPS_FIN_WAIT_2) { in tcp_usrclosed()
2793 case TCPS_FIN_WAIT_2: in db_print_tstate()
H A Dtcp_timer.c356 if (tcp_fast_finwait2_recycle && tp->t_state == TCPS_FIN_WAIT_2 && in tcp_timer_2msl()
1063 if ((tp->t_state == TCPS_FIN_WAIT_2) && in tcp_timers_unsuspend()
H A Dtcp_input.c2176 case TCPS_FIN_WAIT_2: in tcp_do_segment()
2487 case TCPS_FIN_WAIT_2: in tcp_do_segment()
2972 tcp_state_change(tp, TCPS_FIN_WAIT_2); in tcp_do_segment()
3255 case TCPS_FIN_WAIT_2: in tcp_do_segment()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c1064 si->src.state >= TCPS_FIN_WAIT_2 && in pf_state_key_attach()
4248 dst->state = TCPS_FIN_WAIT_2; in pf_tcp_track_full()
4255 if (src->state >= TCPS_FIN_WAIT_2 && in pf_tcp_track_full()
4256 dst->state >= TCPS_FIN_WAIT_2) in pf_tcp_track_full()
4273 dst->state >= TCPS_FIN_WAIT_2 || in pf_tcp_track_full()
4274 src->state >= TCPS_FIN_WAIT_2) && in pf_tcp_track_full()
4406 dst->state = TCPS_FIN_WAIT_2; in pf_tcp_track_sloppy()
4437 if (src->state >= TCPS_FIN_WAIT_2 && in pf_tcp_track_sloppy()
4438 dst->state >= TCPS_FIN_WAIT_2) in pf_tcp_track_sloppy()
4574 dst->state >= TCPS_FIN_WAIT_2 && in pf_test_state_tcp()
[all …]
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c693 case TCPS_FIN_WAIT_2: in ctf_process_rst()
H A Drack.c8786 case TCPS_FIN_WAIT_2: in rack_process_data()
9353 tcp_state_change(tp, TCPS_FIN_WAIT_2); in rack_do_syn_sent()
9554 tcp_state_change(tp, TCPS_FIN_WAIT_2); in rack_do_syn_recv()
9921 tcp_state_change(tp, TCPS_FIN_WAIT_2); in rack_do_fin_wait_1()
10652 case TCPS_FIN_WAIT_2: in rack_set_state()
10653 rack->r_state = TCPS_FIN_WAIT_2; in rack_set_state()
H A Dbbr.c8465 case TCPS_FIN_WAIT_2: in bbr_process_data()
9033 tcp_state_change(tp, TCPS_FIN_WAIT_2); in bbr_do_syn_sent()
9245 tcp_state_change(tp, TCPS_FIN_WAIT_2); in bbr_do_syn_recv()
9621 tcp_state_change(tp, TCPS_FIN_WAIT_2); in bbr_do_fin_wait_1()
10384 case TCPS_FIN_WAIT_2: in bbr_set_state()
10385 bbr->r_state = TCPS_FIN_WAIT_2; in bbr_set_state()