Lines Matching refs:auth_len
1412 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
1429 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_existing() argument
1806 auth_skipped, auth_offset, auth_len, in sctp_process_cookie_existing()
2008 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_new() argument
2156 if (auth_len <= SCTP_CHUNK_BUFFER_SIZE) { in sctp_process_cookie_new()
2157 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf); in sctp_process_cookie_new()
2304 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_handle_cookie_echo() argument
2592 auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
2601 ¬ification, auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
4397 uint32_t auth_offset = 0, auth_len = 0; in sctp_process_control() local
4442 auth_len = ntohs(ch->chunk_length); in sctp_process_control()
4445 *offset += SCTP_SIZE32(auth_len); in sctp_process_control()
4500 if (auth_len <= SCTP_CHUNK_BUFFER_SIZE) { in sctp_process_control()
4501 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf); in sctp_process_control()
5008 auth_len, in sctp_process_control()
5236 auth_len = chk_length; in sctp_process_control()