Home
last modified time | relevance | path

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

/linux-4.1.27/fs/dlm/
Dlowcomms.c125 struct connection *othercon; member
525 if (con->othercon && and_other) { in close_connection()
527 close_connection(con->othercon, false); in close_connection()
976 struct connection *othercon = newcon->othercon; in tcp_accept_from_sock() local
978 if (!othercon) { in tcp_accept_from_sock()
979 othercon = kmem_cache_zalloc(con_cache, GFP_NOFS); in tcp_accept_from_sock()
980 if (!othercon) { in tcp_accept_from_sock()
986 othercon->nodeid = nodeid; in tcp_accept_from_sock()
987 othercon->rx_action = receive_from_sock; in tcp_accept_from_sock()
988 mutex_init(&othercon->sock_mutex); in tcp_accept_from_sock()
[all …]