Searched refs:SCTP_SI (Results 1 – 3 of 3) sorted by relevance
194 SCTP_SI(stream, i)->mid = 0; in sctp_stream_clear()579 SCTP_SI(stream, ntohs(str_p[i]))->mid = 0; in sctp_process_strreset_outreq()582 SCTP_SI(stream, i)->mid = 0; in sctp_process_strreset_outreq()755 SCTP_SI(stream, i)->mid = 0; in sctp_process_strreset_tsnreq()1021 SCTP_SI(stream, i)->mid = 0; in sctp_process_strreset_resp()
1070 struct sctp_stream_in *sin = SCTP_SI(stream, sid); in sctp_intl_abort_pd()
1478 #define SCTP_SI(s, i) sctp_stream_in((s), (i)) macro