Searched refs:othercon (Results 1 – 1 of 1) sorted by relevance
101 struct connection *othercon; member725 if (con->othercon) in allow_connection_io()732 if (con->othercon) in stop_connection_io()1046 struct connection *othercon = newcon->othercon; in accept_from_sock() local1048 if (!othercon) { in accept_from_sock()1049 othercon = kzalloc(sizeof(*othercon), GFP_NOFS); in accept_from_sock()1050 if (!othercon) { in accept_from_sock()1060 newcon->othercon = othercon; in accept_from_sock()1464 if (con->othercon) { in dlm_lowcomms_close()1731 if (con->othercon) in dlm_lowcomms_shutdown()[all …]