sctp_error_stale_cookie
if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) &&
struct sctp_error_stale_cookie *stale_cookie;
stale_cookie = (struct sctp_error_stale_cookie *)cause;
struct sctp_error_stale_cookie *cause;
op_err = sctp_get_mbuf_for_msg(sizeof(struct sctp_error_stale_cookie),
SCTP_BUF_LEN(op_err) = sizeof(struct sctp_error_stale_cookie);
cause = mtod(op_err, struct sctp_error_stale_cookie *);
cause->cause.length = htons(sizeof(struct sctp_error_stale_cookie));