Searched refs:othercon (Results 1 – 1 of 1) sorted by relevance
870 if (con->othercon) in dlm_tcp_shutdown()1043 struct connection *othercon = newcon->othercon; in accept_from_sock() local1045 if (!othercon) { in accept_from_sock()1046 othercon = kzalloc(sizeof(*othercon), GFP_NOFS); in accept_from_sock()1047 if (!othercon) { in accept_from_sock()1057 kfree(othercon); in accept_from_sock()1065 newcon->othercon = othercon; in accept_from_sock()1074 addcon = othercon; in accept_from_sock()1490 if (con->othercon) in dlm_lowcomms_close()1711 if (con->othercon) { in free_conn()[all …]
Completed in 9 milliseconds