Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/fs/dlm/
H A Dlowcomms.c89 struct connection *othercon; member
599 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() local
831 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 …]