Home
last modified time | relevance | path

Searched refs:othercon (Results 1 – 1 of 1) sorted by relevance

/linux/fs/dlm/
A Dlowcomms.c870 if (con->othercon) in dlm_tcp_shutdown()
1043 struct connection *othercon = newcon->othercon; in accept_from_sock() local
1045 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 6 milliseconds