Searched refs:shutdown_action (Results 1 – 2 of 2) sorted by relevance
65 struct shutdown_action;68 struct shutdown_action *action;81 struct shutdown_action { struct562 static struct shutdown_action __refdata ipl_action = {1398 static struct shutdown_action __refdata reipl_action = {1635 static struct shutdown_action __refdata dump_action = {1653 static struct shutdown_action __refdata dump_reipl_action = {1721 static struct shutdown_action vmcmd_action = {SHUTDOWN_ACTION_VMCMD_STR,1736 static struct shutdown_action stop_action = {SHUTDOWN_ACTION_STOP_STR,1741 static struct shutdown_action *shutdown_actions_list[] = {
85 void (*shutdown_action)(struct connection *con); /* What to do to shutdown */ member1100 con->shutdown_action = dlm_tcp_shutdown; in tcp_connect_to_sock()1599 if (con->shutdown_action) in shutdown_conn()1600 con->shutdown_action(con); in shutdown_conn()