Searched refs:othercon (Results 1 – 1 of 1) sorted by relevance
89 struct connection *othercon; member599 if (con->othercon && and_other) { in close_connection()601 close_connection(con->othercon, false, tx, rx); in close_connection()650 if (con->othercon) in dlm_tcp_shutdown()651 shutdown_connection(con->othercon); in dlm_tcp_shutdown()829 struct connection *othercon = newcon->othercon; in accept_from_sock() local831 if (!othercon) { in accept_from_sock()832 othercon = kzalloc(sizeof(*othercon), GFP_NOFS); in accept_from_sock()833 if (!othercon) { in accept_from_sock()840 othercon->rx_buflen = dlm_config.ci_buffer_size; in accept_from_sock()[all …]