Home
last modified time | relevance | path

Searched refs:tcp_conn_unref (Results 1 – 2 of 2) sorted by relevance

/Zephyr-Core-2.7.6/subsys/net/ip/
Dtcp2.c358 #define tcp_conn_unref(conn) \ macro
363 static int tcp_conn_unref(struct tcp *conn) in tcp_conn_unref_debug()
446 ref_count = tcp_conn_unref(context->tcp); in net_tcp_unref()
522 tcp_conn_unref(conn); in tcp_send_process()
916 tcp_conn_unref(conn); in tcp_out_ext()
1159 tcp_conn_unref(conn); in tcp_resend_data()
1179 (void)tcp_conn_unref(conn); in tcp_establish_timeout()
2077 tcp_conn_unref(conn); in tcp_in()
2214 tcp_conn_unref(conn); in net_tcp_queue_data()
2361 tcp_conn_unref(conn); in net_tcp_connect()
[all …]
/Zephyr-Core-2.7.6/doc/releases/
Drelease-notes-2.7.rst390 * :github:`43180` - net: tcp: possible deadlock in tcp_conn_unref()