Searched refs:sctp_error_auth_invalid_hmac (Results 1 – 3 of 3) sorted by relevance
425 struct sctp_error_auth_invalid_hmac { struct
1619 struct sctp_error_auth_invalid_hmac *cause; in sctp_handle_auth()1629 op_err = sctp_get_mbuf_for_msg(sizeof(struct sctp_error_auth_invalid_hmac), in sctp_handle_auth()1635 cause = mtod(op_err, struct sctp_error_auth_invalid_hmac *); in sctp_handle_auth()1637 cause->cause.length = htons(sizeof(struct sctp_error_auth_invalid_hmac)); in sctp_handle_auth()1639 SCTP_BUF_LEN(op_err) = sizeof(struct sctp_error_auth_invalid_hmac); in sctp_handle_auth()