Searched refs:auth_offset (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/sys/netinet/ |
| H A D | sctp_auth.h | 210 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset,
|
| H A D | sctp_input.c | 1493 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, 1510 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_existing() argument 1921 auth_skipped, auth_offset, auth_len, in sctp_process_cookie_existing() 2720 auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo() 2729 ¬ification, auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo() 4559 uint32_t auth_offset = 0, auth_len = 0; in sctp_process_control() local 4606 auth_offset = *offset; in sctp_process_control() 4666 sctp_m_getptr(m, auth_offset, in sctp_process_control() 4671 auth_offset)) { in sctp_process_control() 5180 auth_offset, in sctp_process_control() [all …]
|
| H A D | sctp_output.c | 7875 uint32_t auth_offset; in sctp_med_chunk_output() local 8072 auth_offset = 0; in sctp_med_chunk_output() 8178 &auth_offset, in sctp_med_chunk_output() 8283 auth_offset = 0; in sctp_med_chunk_output() 8403 &auth_offset, in sctp_med_chunk_output() 8560 auth_offset = 0; in sctp_med_chunk_output() 8858 auth_offset, in sctp_med_chunk_output() 8900 auth_offset = 0; in sctp_med_chunk_output() 9583 auth_offset = 0; in sctp_chunk_retransmission() 9728 &auth_offset, in sctp_chunk_retransmission() [all …]
|
| H A D | sctp_auth.c | 1513 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset, in sctp_fill_hmac_digest_m() argument 1559 m, auth_offset, auth->hmac); in sctp_fill_hmac_digest_m()
|