Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp.h409 struct sctp_error_stale_cookie { struct
H A Dsctp_input.c1123 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1126 struct sctp_error_stale_cookie *stale_cookie; in sctp_handle_error()
1136 stale_cookie = (struct sctp_error_stale_cookie *)cause; in sctp_handle_error()
2418 struct sctp_error_stale_cookie *cause; in sctp_handle_cookie_echo()
2422 op_err = sctp_get_mbuf_for_msg(sizeof(struct sctp_error_stale_cookie), in sctp_handle_cookie_echo()
2429 SCTP_BUF_LEN(op_err) = sizeof(struct sctp_error_stale_cookie); in sctp_handle_cookie_echo()
2430 cause = mtod(op_err, struct sctp_error_stale_cookie *); in sctp_handle_cookie_echo()
2432 cause->cause.length = htons(sizeof(struct sctp_error_stale_cookie)); in sctp_handle_cookie_echo()