Home
last modified time | relevance | path

Searched refs:SCTP_SO (Results 1 – 8 of 8) sorted by relevance

/linux/net/sctp/
A Dstream.c73 kfree(SCTP_SO(new, i)->ext); in sctp_stream_outq_migrate()
74 SCTP_SO(new, i)->ext = SCTP_SO(stream, i)->ext; in sctp_stream_outq_migrate()
75 SCTP_SO(stream, i)->ext = NULL; in sctp_stream_outq_migrate()
80 kfree(SCTP_SO(stream, i)->ext); in sctp_stream_outq_migrate()
81 SCTP_SO(stream, i)->ext = NULL; in sctp_stream_outq_migrate()
192 kfree(SCTP_SO(stream, i)->ext); in sctp_stream_free()
202 SCTP_SO(stream, i)->mid = 0; in sctp_stream_clear()
203 SCTP_SO(stream, i)->mid_uo = 0; in sctp_stream_clear()
259 if (SCTP_SO(stream, sid)->ext && in sctp_stream_outq_is_empty()
763 SCTP_SO(stream, i)->mid = 0; in sctp_process_strreset_tsnreq()
[all …]
A Dstream_sched_prio.c63 if (!SCTP_SO(stream, i)->ext) in sctp_sched_prio_get_head()
66 p = SCTP_SO(stream, i)->ext->prio_head; in sctp_sched_prio_get_head()
153 struct sctp_stream_out *sout = SCTP_SO(stream, sid); in sctp_sched_prio_set()
174 soute = SCTP_SO(stream, i)->ext; in sctp_sched_prio_set()
189 *value = SCTP_SO(stream, sid)->ext->prio_head->prio; in sctp_sched_prio_get()
203 INIT_LIST_HEAD(&SCTP_SO(stream, sid)->ext->prio_list); in sctp_sched_prio_init_sid()
221 if (!SCTP_SO(stream, i)->ext) in sctp_sched_prio_free()
223 prio = SCTP_SO(stream, i)->ext->prio_head; in sctp_sched_prio_free()
243 sctp_sched_prio_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_prio_enqueue()
285 soute = SCTP_SO(&q->asoc->stream, sid)->ext; in sctp_sched_prio_dequeue_done()
[all …]
A Dstream_sched.c149 void *p = SCTP_SO(&asoc->stream, i)->ext; in sctp_sched_set_sched()
163 if (!SCTP_SO(&asoc->stream, i)->ext) in sctp_sched_set_sched()
205 if (!SCTP_SO(&asoc->stream, sid)->ext) { in sctp_sched_set_value()
222 if (!SCTP_SO(&asoc->stream, sid)->ext) in sctp_sched_get_value()
240 sout = SCTP_SO(&q->asoc->stream, sid); in sctp_sched_dequeue_done()
260 struct sctp_stream_out_ext *ext = SCTP_SO(stream, sid)->ext; in sctp_sched_init_sid()
A Dstream_sched_rr.c88 INIT_LIST_HEAD(&SCTP_SO(stream, sid)->ext->rr_list); in sctp_sched_rr_init_sid()
108 sctp_sched_rr_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_rr_enqueue()
142 soute = SCTP_SO(&q->asoc->stream, sid)->ext; in sctp_sched_rr_dequeue_done()
161 soute = SCTP_SO(stream, sid)->ext; in sctp_sched_rr_sched_all()
A Dchunk.c315 SCTP_SO(&chunk->asoc->stream, in sctp_chunk_abandoned()
330 SCTP_SO(&chunk->asoc->stream, in sctp_chunk_abandoned()
A Doutqueue.c69 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_head_data()
90 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_tail_data()
361 streamout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_sent()
403 SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_unsent()
1076 __u8 stream_state = SCTP_SO(&ctx->asoc->stream, sid)->state; in sctp_outq_flush_data()
A Dsocket.c1806 if (unlikely(!SCTP_SO(&asoc->stream, sinfo->sinfo_stream)->ext)) { in sctp_sendmsg_to_asoc()
7483 streamoute = SCTP_SO(&asoc->stream, params.sprstat_sid)->ext; in sctp_getsockopt_pr_streamstatus()
/linux/include/net/sctp/
A Dstructs.h1493 #define SCTP_SO(s, i) sctp_stream_out((s), (i)) macro

Completed in 35 milliseconds