Searched refs:newcon (Results 1 – 1 of 1) sorted by relevance
657 struct connection *newcon; in tcp_accept_from_sock() local703 newcon = nodeid2con(nodeid, GFP_KERNEL); in tcp_accept_from_sock()704 if (!newcon) { in tcp_accept_from_sock()708 mutex_lock_nested(&newcon->sock_mutex, 1); in tcp_accept_from_sock()709 if (newcon->sock) { in tcp_accept_from_sock()710 struct connection *othercon = newcon->othercon; in tcp_accept_from_sock()716 mutex_unlock(&newcon->sock_mutex); in tcp_accept_from_sock()728 newcon->othercon = othercon; in tcp_accept_from_sock()737 mutex_unlock(&newcon->sock_mutex); in tcp_accept_from_sock()742 newsock->sk->sk_user_data = newcon; in tcp_accept_from_sock()[all …]