Searched refs:othercon (Results 1 – 1 of 1) sorted by relevance
122 struct connection *othercon; member608 if (con->othercon && and_other) { in close_connection()610 close_connection(con->othercon, false, true, true); in close_connection()789 struct connection *othercon = newcon->othercon; in tcp_accept_from_sock() local791 if (!othercon) { in tcp_accept_from_sock()792 othercon = kmem_cache_zalloc(con_cache, GFP_NOFS); in tcp_accept_from_sock()793 if (!othercon) { in tcp_accept_from_sock()799 othercon->nodeid = nodeid; in tcp_accept_from_sock()800 othercon->rx_action = receive_from_sock; in tcp_accept_from_sock()801 mutex_init(&othercon->sock_mutex); in tcp_accept_from_sock()[all …]