Searched refs:tcp_conn_close (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/net/ip/ |
D | tcp.c | 858 #define tcp_conn_close(conn, status) \ macro 864 static int tcp_conn_close(struct tcp *conn, int status) in tcp_conn_close_debug() 975 tcp_conn_close(conn, -ETIMEDOUT); in tcp_send_process() 1609 tcp_conn_close(conn, -ETIMEDOUT); in tcp_out_ext() 1936 tcp_conn_close(conn, -ETIMEDOUT); in tcp_resend_data() 1948 (void)tcp_conn_close(conn, -ETIMEDOUT); in tcp_timewait_timeout() 1956 (void)tcp_conn_close(conn, -ETIMEDOUT); in tcp_establish_timeout() 1973 (void)tcp_conn_close(conn, -ETIMEDOUT); in tcp_fin_timeout() 1984 (void)tcp_conn_close(conn, -ETIMEDOUT); in tcp_last_ack_timeout() 2030 tcp_conn_close(conn, -ETIMEDOUT); in tcp_send_keepalive_probe() [all …]
|