Searched refs:backup_state (Results 1 – 1 of 1) sorted by relevance
196 static struct session_state *active_state, *backup_state; variable1898 if (backup_state) in packet_backup_state()1899 tmp = backup_state; in packet_backup_state()1902 backup_state = active_state; in packet_backup_state()1916 tmp = backup_state; in packet_restore_state()1917 backup_state = active_state; in packet_restore_state()1919 active_state->connection_in = backup_state->connection_in; in packet_restore_state()1920 backup_state->connection_in = -1; in packet_restore_state()1921 active_state->connection_out = backup_state->connection_out; in packet_restore_state()1922 backup_state->connection_out = -1; in packet_restore_state()[all …]