Home
last modified time | relevance | path

Searched refs:SCTP_SI (Results 1 – 3 of 3) sorted by relevance

/linux-6.12.1/net/sctp/
Dstream.c205 SCTP_SI(stream, i)->mid = 0; in sctp_stream_clear()
589 SCTP_SI(stream, ntohs(str_p[i]))->mid = 0; in sctp_process_strreset_outreq()
592 SCTP_SI(stream, i)->mid = 0; in sctp_process_strreset_outreq()
765 SCTP_SI(stream, i)->mid = 0; in sctp_process_strreset_tsnreq()
1031 SCTP_SI(stream, i)->mid = 0; in sctp_process_strreset_resp()
Dstream_interleave.c1059 struct sctp_stream_in *sin = SCTP_SI(stream, sid); in sctp_intl_abort_pd()
/linux-6.12.1/include/net/sctp/
Dstructs.h1500 #define SCTP_SI(s, i) sctp_stream_in((s), (i)) macro