Searched refs:othercon (Results 1 – 1 of 1) sorted by relevance
93 struct connection *othercon; member808 if (con->othercon && and_other) { in close_connection()810 close_connection(con->othercon, false, tx, rx); in close_connection()884 if (con->othercon) in dlm_tcp_shutdown()885 shutdown_connection(con->othercon); in dlm_tcp_shutdown()1076 struct connection *othercon = newcon->othercon; in accept_from_sock() local1078 if (!othercon) { in accept_from_sock()1079 othercon = kzalloc(sizeof(*othercon), GFP_NOFS); in accept_from_sock()1080 if (!othercon) { in accept_from_sock()1088 result = dlm_con_init(othercon, nodeid); in accept_from_sock()[all …]