Searched refs:sctp_error_auth_invalid_hmac (Results 1 – 2 of 2) sorted by relevance
1616 struct sctp_error_auth_invalid_hmac *cause; in sctp_handle_auth()1626 op_err = sctp_get_mbuf_for_msg(sizeof(struct sctp_error_auth_invalid_hmac), in sctp_handle_auth()1632 cause = mtod(op_err, struct sctp_error_auth_invalid_hmac *); in sctp_handle_auth()1634 cause->cause.length = htons(sizeof(struct sctp_error_auth_invalid_hmac)); in sctp_handle_auth()1636 SCTP_BUF_LEN(op_err) = sizeof(struct sctp_error_auth_invalid_hmac); in sctp_handle_auth()
432 struct sctp_error_auth_invalid_hmac { struct