Home
last modified time | relevance | path

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

/fs/dlm/
Dlowcomms.c117 struct connection *othercon; member
330 if (con->othercon && and_other) { in close_connection()
332 close_connection(con->othercon, false); in close_connection()
710 struct connection *othercon = newcon->othercon; in tcp_accept_from_sock() local
712 if (!othercon) { in tcp_accept_from_sock()
713 othercon = kmem_cache_zalloc(con_cache, GFP_KERNEL); in tcp_accept_from_sock()
714 if (!othercon) { in tcp_accept_from_sock()
720 othercon->nodeid = nodeid; in tcp_accept_from_sock()
721 othercon->rx_action = receive_from_sock; in tcp_accept_from_sock()
722 mutex_init(&othercon->sock_mutex); in tcp_accept_from_sock()
[all …]