Home
last modified time | relevance | path

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

/freebsd-12.1/sys/netinet/
H A Dsctp_input.c2462 unsigned int sig_offset, cookie_offset; in sctp_handle_cookie_echo() local
2484 cookie_offset = offset + sizeof(struct sctp_chunkhdr); in sctp_handle_cookie_echo()
2539 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo()
2544 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo()
2562 SCTP_SECRET_SIZE, m, cookie_offset, calc_sig, 0); in sctp_handle_cookie_echo()
2589 (uint32_t)offset, cookie_offset, sig_offset); in sctp_handle_cookie_echo()