Searched refs:soute (Results 1 – 4 of 4) sorted by relevance
40 if (stream->rr_next == soute) in sctp_sched_rr_unsched()44 list_del_init(&soute->rr_list); in sctp_sched_rr_unsched()54 if (!list_empty(&soute->rr_list)) in sctp_sched_rr_sched()62 stream->rr_next = soute; in sctp_sched_rr_sched()113 struct sctp_stream_out_ext *soute; in sctp_sched_rr_dequeue() local122 soute = stream->out_curr->ext; in sctp_sched_rr_dequeue()124 soute = stream->rr_next; in sctp_sched_rr_dequeue()136 struct sctp_stream_out_ext *soute; in sctp_sched_rr_dequeue_done() local145 if (list_empty(&soute->outq)) in sctp_sched_rr_dequeue_done()152 struct sctp_stream_out_ext *soute; in sctp_sched_rr_sched_all() local[all …]
113 if (prio_head->next == soute) in sctp_sched_prio_unsched()117 list_del_init(&soute->prio_list); in sctp_sched_prio_unsched()135 prio_head = soute->prio_head; in sctp_sched_prio_sched()151 prio_head->next = soute; in sctp_sched_prio_sched()171 old = soute->prio_head; in sctp_sched_prio_set()180 soute->prio_head = prio_head; in sctp_sched_prio_set()243 soute = stream->out_curr->ext; in sctp_sched_prio_dequeue()247 soute = prio->next; in sctp_sched_prio_dequeue()268 prio = soute->prio_head; in sctp_sched_prio_dequeue_done()272 if (list_empty(&soute->outq)) in sctp_sched_prio_dequeue_done()[all …]
132 struct sctp_stream_out_ext *soute; in sctp_sched_free_sched() local137 soute = SCTP_SO(stream, i)->ext; in sctp_sched_free_sched()138 if (!soute) in sctp_sched_free_sched()142 memset_after(soute, 0, outq); in sctp_sched_free_sched()
166 struct sctp_stream_out_ext *soute; in sctp_stream_init_ext() local169 soute = kzalloc(sizeof(*soute), GFP_KERNEL); in sctp_stream_init_ext()170 if (!soute) in sctp_stream_init_ext()172 SCTP_SO(stream, sid)->ext = soute; in sctp_stream_init_ext()
Completed in 7 milliseconds