Searched refs:SCTP_SI (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/net/sctp/ |
H A D | stream.c | 205 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()
|
H A D | stream_interleave.c | 1067 struct sctp_stream_in *sin = SCTP_SI(stream, sid); in sctp_intl_abort_pd()
|
/kernel/linux/linux-6.6/net/sctp/ |
H A D | stream.c | 205 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()
|
H A D | stream_interleave.c | 1059 struct sctp_stream_in *sin = SCTP_SI(stream, sid); in sctp_intl_abort_pd()
|
/kernel/linux/linux-5.10/include/net/sctp/ |
H A D | structs.h | 1479 #define SCTP_SI(s, i) sctp_stream_in((s), (i)) macro
|
/kernel/linux/linux-6.6/include/net/sctp/ |
H A D | structs.h | 1503 #define SCTP_SI(s, i) sctp_stream_in((s), (i)) macro
|
Completed in 13 milliseconds