Searched refs:ref_count (Results 1 – 3 of 3) sorted by relevance
837 int ref_count = atomic_get(&conn->ref_count); in tcp_conn_unref() local839 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() local2066 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()
307 atomic_t ref_count; member
151 atomic_get(&conn->ref_count), conn->recv_win, conn->send_win, in tcp_sent_list_cb()
Completed in 12 milliseconds