Home
last modified time | relevance | path

Searched refs:ref_count (Results 1 – 3 of 3) sorted by relevance

/subsys/net/ip/
A Dtcp.c837 int ref_count = atomic_get(&conn->ref_count); in tcp_conn_unref() local
839 NET_DBG("conn: %p, ref_count=%d", conn, ref_count); in tcp_conn_unref()
841 ref_count = atomic_dec(&conn->ref_count) - 1; in tcp_conn_unref()
842 if (ref_count != 0) { in tcp_conn_unref()
845 return ref_count; in tcp_conn_unref()
854 return ref_count; in tcp_conn_unref()
2064 int ref_count = atomic_inc(&conn->ref_count) + 1; in tcp_conn_ref() local
2066 NET_DBG("conn: %p, ref_count: %d", conn, ref_count); in tcp_conn_ref()
3573 while (conn_handler && atomic_get(&conn->ref_count) > 0 && in tcp_in()
4384 if (atomic_get(&conn->ref_count) > 0) { in net_tcp_foreach()
A Dtcp_private.h307 atomic_t ref_count; member
/subsys/net/lib/shell/
A Dconn.c151 atomic_get(&conn->ref_count), conn->recv_win, conn->send_win, in tcp_sent_list_cb()

Completed in 12 milliseconds