Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp.h421 struct sctp_error_stale_cookie { struct
Dsctp_input.c1297 if ((cause_length >= sizeof(struct sctp_error_stale_cookie)) && in sctp_handle_error()
1299 struct sctp_error_stale_cookie *stale_cookie; in sctp_handle_error()
1301 stale_cookie = (struct sctp_error_stale_cookie *)cause; in sctp_handle_error()
2752 struct sctp_error_stale_cookie *cause;
2756 op_err = sctp_get_mbuf_for_msg(sizeof(struct sctp_error_stale_cookie),
2763 SCTP_BUF_LEN(op_err) = sizeof(struct sctp_error_stale_cookie);
2764 cause = mtod(op_err, struct sctp_error_stale_cookie *);