Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dtcp_fsm.h47 #define TCPS_CLOSED 0 /* closed */ macro
64 #define TCP6S_CLOSED TCPS_CLOSED
/f-stack/freebsd/netinet/
H A Dtcp_fsm.h47 #define TCPS_CLOSED 0 /* closed */ macro
64 #define TCP6S_CLOSED TCPS_CLOSED
H A Dtcp_usrreq.c204 tp->t_state = TCPS_CLOSED; in tcp_usr_attach()
206 TCPSTATES_INC(TCPS_CLOSED); in tcp_usr_attach()
1917 if (tp->t_state != TCPS_CLOSED) { in tcp_ctloutput()
2376 if ((tp->t_state != TCPS_CLOSED) && in tcp_default_ctloutput()
2704 tcp_state_change(tp, TCPS_CLOSED); in tcp_usrclosed()
2706 case TCPS_CLOSED: in tcp_usrclosed()
2757 case TCPS_CLOSED: in db_print_tstate()
H A Dtcp_subr.c1903 tcp_state_change(tp, TCPS_CLOSED); in tcp_drop()
2123 if (tp->t_state != TCPS_CLOSED) in tcp_close()
2124 tcp_state_change(tp, TCPS_CLOSED); in tcp_close()
H A Dtcp_input.c1006 if (tp == NULL || tp->t_state == TCPS_CLOSED) { in tcp_input()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack_bbr_common.c699 tcp_state_change(tp, TCPS_CLOSED); in ctf_process_rst()
H A Dbbr.c755 if ((tp->t_state == TCPS_CLOSED) || in bbr_start_hpts_timer()
10278 if ((tp->t_state == TCPS_CLOSED) || in bbr_handoff_ok()
10389 case TCPS_CLOSED: in bbr_set_state()
12113 } else if (tp->t_state == TCPS_CLOSED) { in bbr_output_wtime()
H A Drack.c4750 if ((tp->t_state == TCPS_CLOSED) || in rack_start_hpts_timer()
10525 if ((tp->t_state == TCPS_CLOSED) || in rack_handoff_ok()
10657 case TCPS_CLOSED: in rack_set_state()
/f-stack/freebsd/netpfil/pf/
H A Dpf.c561 (*state)->src.state = (*state)->dst.state = TCPS_CLOSED; in pf_src_connlimit()
662 s->src.state = s->dst.state = TCPS_CLOSED; in pf_overload_task()
1078 TCPS_CLOSED; in pf_state_key_attach()
3793 s->dst.state = TCPS_CLOSED; in pf_create_state()
4583 (*state)->src.state = (*state)->dst.state = TCPS_CLOSED; in pf_test_state_tcp()