Home
last modified time | relevance | path

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

/Linux-v4.19/net/sctp/
Dstream_sched_prio.c78 if (!SCTP_SO(stream, i)->ext) in sctp_sched_prio_get_head()
81 p = SCTP_SO(stream, i)->ext->prio_head; in sctp_sched_prio_get_head()
168 struct sctp_stream_out *sout = SCTP_SO(stream, sid); in sctp_sched_prio_set()
189 soute = SCTP_SO(stream, i)->ext; in sctp_sched_prio_set()
204 *value = SCTP_SO(stream, sid)->ext->prio_head->prio; in sctp_sched_prio_get()
218 INIT_LIST_HEAD(&SCTP_SO(stream, sid)->ext->prio_list); in sctp_sched_prio_init_sid()
236 if (!SCTP_SO(stream, i)->ext) in sctp_sched_prio_free()
238 prio = SCTP_SO(stream, i)->ext->prio_head; in sctp_sched_prio_free()
258 sctp_sched_prio_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_prio_enqueue()
300 soute = SCTP_SO(&q->asoc->stream, sid)->ext; in sctp_sched_prio_dequeue_done()
[all …]
Dstream.c128 kfree(SCTP_SO(new, i)->ext); in sctp_stream_outq_migrate()
129 SCTP_SO(new, i)->ext = SCTP_SO(stream, i)->ext; in sctp_stream_outq_migrate()
130 SCTP_SO(stream, i)->ext = NULL; in sctp_stream_outq_migrate()
135 kfree(SCTP_SO(stream, i)->ext); in sctp_stream_outq_migrate()
209 SCTP_SO(stream, i)->state = SCTP_STREAM_OPEN; in sctp_stream_init()
240 SCTP_SO(stream, sid)->ext = soute; in sctp_stream_init_ext()
252 kfree(SCTP_SO(stream, i)->ext); in sctp_stream_free()
262 SCTP_SO(stream, i)->mid = 0; in sctp_stream_clear()
263 SCTP_SO(stream, i)->mid_uo = 0; in sctp_stream_clear()
320 if (SCTP_SO(stream, sid)->ext && in sctp_stream_outq_is_empty()
[all …]
Dstream_sched.c164 void *p = SCTP_SO(&asoc->stream, i)->ext; in sctp_sched_set_sched()
178 if (!SCTP_SO(&asoc->stream, i)->ext) in sctp_sched_set_sched()
220 if (!SCTP_SO(&asoc->stream, sid)->ext) { in sctp_sched_set_value()
237 if (!SCTP_SO(&asoc->stream, sid)->ext) in sctp_sched_get_value()
255 sout = SCTP_SO(&q->asoc->stream, sid); in sctp_sched_dequeue_done()
275 struct sctp_stream_out_ext *ext = SCTP_SO(stream, sid)->ext; in sctp_sched_init_sid()
Dstream_sched_rr.c103 INIT_LIST_HEAD(&SCTP_SO(stream, sid)->ext->rr_list); in sctp_sched_rr_init_sid()
123 sctp_sched_rr_sched(stream, SCTP_SO(stream, sid)->ext); in sctp_sched_rr_enqueue()
157 soute = SCTP_SO(&q->asoc->stream, sid)->ext; in sctp_sched_rr_dequeue_done()
176 soute = SCTP_SO(stream, sid)->ext; in sctp_sched_rr_sched_all()
Dchunk.c328 SCTP_SO(&chunk->asoc->stream, in sctp_chunk_abandoned()
343 SCTP_SO(&chunk->asoc->stream, in sctp_chunk_abandoned()
Doutqueue.c83 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_head_data()
104 oute = SCTP_SO(&q->asoc->stream, stream)->ext; in sctp_outq_tail_data()
375 streamout = SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_sent()
419 SCTP_SO(&asoc->stream, chk->sinfo.sinfo_stream); in sctp_prsctp_prune_unsent()
1085 __u8 stream_state = SCTP_SO(&ctx->asoc->stream, sid)->state; in sctp_outq_flush_data()
Dsocket.c1913 if (unlikely(!SCTP_SO(&asoc->stream, sinfo->sinfo_stream)->ext)) { in sctp_sendmsg_to_asoc()
7170 streamoute = SCTP_SO(&asoc->stream, params.sprstat_sid)->ext; in sctp_getsockopt_pr_streamstatus()
/Linux-v4.19/include/net/sctp/
Dstructs.h1481 #define SCTP_SO(s, i) sctp_stream_out((s), (i)) macro