Home
last modified time | relevance | path

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

/openbmc/linux/fs/dlm/
H A Dlowcomms.c101 struct connection *othercon; member
725 if (con->othercon) in allow_connection_io()
732 if (con->othercon) in stop_connection_io()
1046 struct connection *othercon = newcon->othercon; in accept_from_sock() local
1048 if (!othercon) { in accept_from_sock()
1049 othercon = kzalloc(sizeof(*othercon), GFP_NOFS); in accept_from_sock()
1050 if (!othercon) { in accept_from_sock()
1060 newcon->othercon = othercon; in accept_from_sock()
1464 if (con->othercon) { in dlm_lowcomms_close()
1731 if (con->othercon) in dlm_lowcomms_shutdown()
[all …]