Home
last modified time | relevance | path

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

/external/usrsctp/usrsctplib/netinet/
Dsctp.h421 struct sctp_error_stale_cookie { struct
Dsctp_input.c1306 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1308 struct sctp_error_stale_cookie *stale_cookie; in sctp_handle_error()
1310 stale_cookie = (struct sctp_error_stale_cookie *)cause; in sctp_handle_error()
2740 struct sctp_error_stale_cookie *cause;
2744 op_err = sctp_get_mbuf_for_msg(sizeof(struct sctp_error_stale_cookie),
2751 SCTP_BUF_LEN(op_err) = sizeof(struct sctp_error_stale_cookie);
2752 cause = mtod(op_err, struct sctp_error_stale_cookie *);