Home
last modified time | relevance | path

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

/linux-4.4.14/fs/dlm/
Dlowcomms.c124 struct connection *othercon; member
555 if (con->othercon && and_other) { in close_connection()
557 close_connection(con->othercon, false, true, true); in close_connection()
743 struct connection *othercon = newcon->othercon; in tcp_accept_from_sock() local
745 if (!othercon) { in tcp_accept_from_sock()
746 othercon = kmem_cache_zalloc(con_cache, GFP_NOFS); in tcp_accept_from_sock()
747 if (!othercon) { in tcp_accept_from_sock()
753 othercon->nodeid = nodeid; in tcp_accept_from_sock()
754 othercon->rx_action = receive_from_sock; in tcp_accept_from_sock()
755 mutex_init(&othercon->sock_mutex); in tcp_accept_from_sock()
[all …]