Home
last modified time | relevance | path

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

/linux-6.1.9/fs/dlm/
Dlowcomms.c93 struct connection *othercon; member
808 if (con->othercon && and_other) { in close_connection()
810 close_connection(con->othercon, false, tx, rx); in close_connection()
884 if (con->othercon) in dlm_tcp_shutdown()
885 shutdown_connection(con->othercon); in dlm_tcp_shutdown()
1076 struct connection *othercon = newcon->othercon; in accept_from_sock() local
1078 if (!othercon) { in accept_from_sock()
1079 othercon = kzalloc(sizeof(*othercon), GFP_NOFS); in accept_from_sock()
1080 if (!othercon) { in accept_from_sock()
1088 result = dlm_con_init(othercon, nodeid); in accept_from_sock()
[all …]