Home
last modified time | relevance | path

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

/fs/dlm/
Dlowcomms.c161 void (*shutdown_action)(struct connection *con); member
1671 if (dlm_proto_ops->shutdown_action) in shutdown_conn()
1672 dlm_proto_ops->shutdown_action(con); in shutdown_conn()
1904 .shutdown_action = dlm_tcp_shutdown,