Searched refs:othercon (Results 1 – 1 of 1) sorted by relevance
125 struct connection *othercon; member525 if (con->othercon && and_other) { in close_connection()527 close_connection(con->othercon, false); in close_connection()976 struct connection *othercon = newcon->othercon; in tcp_accept_from_sock() local978 if (!othercon) { in tcp_accept_from_sock()979 othercon = kmem_cache_zalloc(con_cache, GFP_NOFS); in tcp_accept_from_sock()980 if (!othercon) { in tcp_accept_from_sock()986 othercon->nodeid = nodeid; in tcp_accept_from_sock()987 othercon->rx_action = receive_from_sock; in tcp_accept_from_sock()988 mutex_init(&othercon->sock_mutex); in tcp_accept_from_sock()[all …]