Lines Matching refs:auth_offset
1408 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
1424 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_existing() argument
1799 auth_skipped, auth_offset, auth_len, in sctp_process_cookie_existing()
2000 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_new() argument
2149 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, auth_chunk_buf); in sctp_process_cookie_new()
2153 if ((auth == NULL) || sctp_handle_auth(stcb, auth, m, auth_offset)) { in sctp_process_cookie_new()
2295 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_handle_cookie_echo() argument
2583 auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
2592 ¬ification, auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
4382 uint32_t auth_offset = 0, auth_len = 0; in sctp_process_control() local
4426 auth_offset = *offset; in sctp_process_control()
4486 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf); in sctp_process_control()
4493 auth_offset)) { in sctp_process_control()
4992 auth_offset, in sctp_process_control()
5220 auth_offset = *offset; in sctp_process_control()