Searched refs:othercon (Results 1 – 1 of 1) sorted by relevance
89 struct connection *othercon; member600 if (con->othercon && and_other) { in close_connection()602 close_connection(con->othercon, false, true, true); in close_connection()654 if (con->othercon) in dlm_tcp_shutdown()655 shutdown_connection(con->othercon); in dlm_tcp_shutdown()833 struct connection *othercon = newcon->othercon; in accept_from_sock() local835 if (!othercon) { in accept_from_sock()836 othercon = kzalloc(sizeof(*othercon), GFP_NOFS); in accept_from_sock()837 if (!othercon) { in accept_from_sock()844 othercon->rx_buflen = dlm_config.ci_buffer_size; in accept_from_sock()[all …]