Home
last modified time | relevance | path

Searched refs:auth_offset (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/sys/netinet/
H A Dsctp_auth.h207 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset,
H A Dsctp_input.c1321 int auth_skipped, uint32_t auth_offset, uint32_t auth_len,
1337 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_existing() argument
1746 auth_skipped, auth_offset, auth_len, in sctp_process_cookie_existing()
1968 int auth_skipped, uint32_t auth_offset, uint32_t auth_len, in sctp_process_cookie_new() argument
2544 auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
2553 &notification, auth_skipped, auth_offset, auth_len, in sctp_handle_cookie_echo()
4339 uint32_t auth_offset = 0, auth_len = 0; in sctp_process_control() local
4383 auth_offset = *offset; in sctp_process_control()
4450 auth_offset)) { in sctp_process_control()
4925 auth_offset, in sctp_process_control()
[all …]
H A Dsctp_output.c7831 uint32_t auth_offset; in sctp_med_chunk_output() local
8027 auth_offset = 0; in sctp_med_chunk_output()
8133 &auth_offset, in sctp_med_chunk_output()
8238 auth_offset = 0; in sctp_med_chunk_output()
8358 &auth_offset, in sctp_med_chunk_output()
8515 auth_offset = 0; in sctp_med_chunk_output()
8813 auth_offset, in sctp_med_chunk_output()
8855 auth_offset = 0; in sctp_med_chunk_output()
9532 auth_offset = 0; in sctp_chunk_retransmission()
9677 &auth_offset, in sctp_chunk_retransmission()
[all …]
H A Dsctp_auth.c1502 sctp_fill_hmac_digest_m(struct mbuf *m, uint32_t auth_offset, in sctp_fill_hmac_digest_m() argument
1548 m, auth_offset, auth->hmac); in sctp_fill_hmac_digest_m()