Searched refs:shutdown_action (Results 1 – 1 of 1) sorted by relevance
161 void (*shutdown_action)(struct connection *con); member1671 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,