Searched refs:othercon (Results 1 – 1 of 1) sorted by relevance
102 struct connection *othercon; member729 if (con->othercon) in allow_connection_io()730 clear_bit(CF_IO_STOP, &con->othercon->flags); in allow_connection_io()736 if (con->othercon) in stop_connection_io()737 stop_connection_io(con->othercon); in stop_connection_io()760 if (con->othercon && and_other) in close_connection()761 close_connection(con->othercon, false); in close_connection()803 if (con->othercon && and_other) in shutdown_connection()804 shutdown_connection(con->othercon, false); in shutdown_connection()1052 struct connection *othercon = newcon->othercon; in accept_from_sock() local[all …]