Searched refs:sctp_error_stale_cookie (Results 1 – 3 of 3) sorted by relevance
402 struct sctp_error_stale_cookie { struct
1162 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()1164 struct sctp_error_stale_cookie *stale_cookie; in sctp_handle_error()1166 stale_cookie = (struct sctp_error_stale_cookie *)cause; in sctp_handle_error()2467 struct sctp_error_stale_cookie *cause; in sctp_handle_cookie_echo()2471 op_err = sctp_get_mbuf_for_msg(sizeof(struct sctp_error_stale_cookie), in sctp_handle_cookie_echo()2478 SCTP_BUF_LEN(op_err) = sizeof(struct sctp_error_stale_cookie); in sctp_handle_cookie_echo()2479 cause = mtod(op_err, struct sctp_error_stale_cookie *); in sctp_handle_cookie_echo()2481 cause->cause.length = htons(sizeof(struct sctp_error_stale_cookie)); in sctp_handle_cookie_echo()