Searched refs:current_secret_number (Results 1 – 5 of 5) sorted by relevance
329 char current_secret_number; member
1949 inp->sctp_ep.current_secret_number; in sctp_timeout_handler()1950 inp->sctp_ep.current_secret_number++; in sctp_timeout_handler()1951 if (inp->sctp_ep.current_secret_number >= in sctp_timeout_handler()1953 inp->sctp_ep.current_secret_number = 0; in sctp_timeout_handler()1955 secret = (int)inp->sctp_ep.current_secret_number; in sctp_timeout_handler()
2333 (ep->current_secret_number != ep->last_secret_number)) { in sctp_handle_cookie_echo()2341 (uint8_t *)ep->secret_key[(int)ep->current_secret_number], in sctp_handle_cookie_echo()2356 (ep->current_secret_number != ep->last_secret_number)) { in sctp_handle_cookie_echo()
2533 new_inp->sctp_ep.current_secret_number = in sctp_move_pcb_and_assoc()2534 old_inp->sctp_ep.current_secret_number; in sctp_move_pcb_and_assoc()
6159 (uint8_t *)inp->sctp_ep.secret_key[(int)(inp->sctp_ep.current_secret_number)], in sctp_send_initiate_ack()