Home
last modified time | relevance | path

Searched refs:sctp_auth_chunk (Results 1 – 5 of 5) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_auth.h205 struct sctp_auth_chunk *auth, struct sctp_tcb *stcb, uint16_t key_id);
208 struct sctp_auth_chunk **auth_ret, uint32_t *offset,
211 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *ch,
H A Dsctp_header.h513 struct sctp_auth_chunk { struct
H A Dsctp_auth.c815 size = sizeof(struct sctp_auth_chunk) + sctp_get_hmac_digest_len(hmac_algo); in sctp_get_auth_chunk_len()
1500 struct sctp_auth_chunk *auth, struct sctp_tcb *stcb, uint16_t keyid) in sctp_fill_hmac_digest_m()
1587 sctp_handle_auth(struct sctp_tcb *stcb, struct sctp_auth_chunk *auth, in sctp_handle_auth()
H A Dsctp_input.c2098 struct sctp_auth_chunk *auth; 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()
4436 struct sctp_auth_chunk *auth; in sctp_process_control()
4439 auth = (struct sctp_auth_chunk *)sctp_m_getptr(m, auth_offset, auth_len, chunk_buf); in sctp_process_control()
5161 if ((chk_length < (sizeof(struct sctp_auth_chunk))) || in sctp_process_control()
5162 (chk_length > (sizeof(struct sctp_auth_chunk) + in sctp_process_control()
5173 if (sctp_handle_auth(stcb, (struct sctp_auth_chunk *)ch, m, *offset)) { in sctp_process_control()
H A Dsctp_output.c3956 struct sctp_auth_chunk *auth, in sctp_lowlevel_chunk_output()
7847 struct sctp_auth_chunk *auth; in sctp_med_chunk_output()
9481 struct sctp_auth_chunk *auth = NULL; in sctp_chunk_retransmission()
10940 struct sctp_auth_chunk *auth = NULL; in sctp_send_abort_tcb()
13792 struct sctp_auth_chunk **auth_ret, uint32_t *offset, in sctp_add_auth_chunk()
13796 struct sctp_auth_chunk *auth; in sctp_add_auth_chunk()
13820 auth = mtod(m_auth, struct sctp_auth_chunk *); in sctp_add_auth_chunk()