Lines Matching refs:auth_len
1336 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
1352 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_existing() argument
1742 auth_skipped, auth_offset, auth_len, in sctp_process_cookie_existing()
1960 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_new() argument
2100 if (auth_len <= SCTP_CHUNK_BUFFER_SIZE) { in sctp_process_cookie_new()
2101 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf); in sctp_process_cookie_new()
2239 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_handle_cookie_echo() argument
2534 auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
2543 ¬ification, auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
4335 uint32_t auth_offset = 0, auth_len = 0; in sctp_process_control() local
4380 auth_len = ntohs(ch->chunk_length); in sctp_process_control()
4383 *offset += SCTP_SIZE32(auth_len); in sctp_process_control()
4438 if (auth_len <= SCTP_CHUNK_BUFFER_SIZE) { in sctp_process_control()
4439 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf); in sctp_process_control()
4922 auth_len, in sctp_process_control()
5152 auth_len = chk_length; in sctp_process_control()