Lines Matching refs:SCTP_SO
59 if (!SCTP_SO(stream, sid)->ext) in sctp_stream_free_ext()
64 kfree(SCTP_SO(stream, sid)->ext); in sctp_stream_free_ext()
65 SCTP_SO(stream, sid)->ext = NULL; in sctp_stream_free_ext()
87 SCTP_SO(new, i)->ext = SCTP_SO(stream, i)->ext; in sctp_stream_outq_migrate()
88 SCTP_SO(stream, i)->ext = NULL; in sctp_stream_outq_migrate()
154 SCTP_SO(stream, i)->state = SCTP_STREAM_OPEN; in sctp_stream_init()
172 SCTP_SO(stream, sid)->ext = soute; in sctp_stream_init_ext()
176 kfree(SCTP_SO(stream, sid)->ext); in sctp_stream_init_ext()
177 SCTP_SO(stream, sid)->ext = NULL; in sctp_stream_init_ext()
200 SCTP_SO(stream, i)->mid = 0; in sctp_stream_clear()
201 SCTP_SO(stream, i)->mid_uo = 0; in sctp_stream_clear()
257 if (SCTP_SO(stream, sid)->ext && in sctp_stream_outq_is_empty()
258 !list_empty(&SCTP_SO(stream, sid)->ext->outq)) in sctp_stream_outq_is_empty()
346 SCTP_SO(stream, str_list[i])->state = in sctp_send_reset_streams()
350 SCTP_SO(stream, i)->state = SCTP_STREAM_CLOSED; in sctp_send_reset_streams()
365 SCTP_SO(stream, str_list[i])->state = in sctp_send_reset_streams()
369 SCTP_SO(stream, i)->state = SCTP_STREAM_OPEN; in sctp_send_reset_streams()
403 SCTP_SO(stream, i)->state = SCTP_STREAM_CLOSED; in sctp_send_reset_assoc()
414 SCTP_SO(stream, i)->state = SCTP_STREAM_OPEN; in sctp_send_reset_assoc()
661 SCTP_SO(stream, ntohs(str_p[i]))->state = in sctp_process_strreset_inreq()
665 SCTP_SO(stream, i)->state = SCTP_STREAM_CLOSED; in sctp_process_strreset_inreq()
761 SCTP_SO(stream, i)->mid = 0; in sctp_process_strreset_tsnreq()
762 SCTP_SO(stream, i)->mid_uo = 0; in sctp_process_strreset_tsnreq()
954 sout = SCTP_SO(stream, ntohs(str_p[i])); in sctp_process_strreset_resp()
960 sout = SCTP_SO(stream, i); in sctp_process_strreset_resp()
970 SCTP_SO(stream, i)->state = SCTP_STREAM_OPEN; in sctp_process_strreset_resp()
1027 SCTP_SO(stream, i)->mid = 0; in sctp_process_strreset_resp()
1028 SCTP_SO(stream, i)->mid_uo = 0; in sctp_process_strreset_resp()
1035 SCTP_SO(stream, i)->state = SCTP_STREAM_OPEN; in sctp_process_strreset_resp()
1049 SCTP_SO(stream, i)->state = SCTP_STREAM_OPEN; in sctp_process_strreset_resp()