Searched refs:current_secret_number (Results 1 – 5 of 5) sorted by relevance
332 char current_secret_number; member
1935 inp->sctp_ep.current_secret_number; in sctp_timeout_handler()1936 inp->sctp_ep.current_secret_number++; in sctp_timeout_handler()1937 if (inp->sctp_ep.current_secret_number >= in sctp_timeout_handler()1939 inp->sctp_ep.current_secret_number = 0; in sctp_timeout_handler()1941 secret = (int)inp->sctp_ep.current_secret_number; in sctp_timeout_handler()
2382 (ep->current_secret_number != ep->last_secret_number)) { in sctp_handle_cookie_echo()2390 (uint8_t *)ep->secret_key[(int)ep->current_secret_number], in sctp_handle_cookie_echo()2405 (ep->current_secret_number != ep->last_secret_number)) { in sctp_handle_cookie_echo()
2634 new_inp->sctp_ep.current_secret_number = in sctp_move_pcb_and_assoc()2635 old_inp->sctp_ep.current_secret_number; in sctp_move_pcb_and_assoc()
6095 (uint8_t *)inp->sctp_ep.secret_key[(int)(inp->sctp_ep.current_secret_number)], in sctp_send_initiate_ack()