Searched refs:soute (Results 1 – 3 of 3) sorted by relevance
100 if (prio_head->next == soute) in sctp_sched_prio_unsched()104 list_del_init(&soute->prio_list); in sctp_sched_prio_unsched()122 prio_head = soute->prio_head; in sctp_sched_prio_sched()138 prio_head->next = soute; in sctp_sched_prio_sched()164 old = soute->prio_head; in sctp_sched_prio_set()165 soute->prio_head = prio_head; in sctp_sched_prio_set()175 if (soute && soute->prio_head == old) in sctp_sched_prio_set()261 soute = stream->out_curr->ext; in sctp_sched_prio_dequeue()265 soute = prio->next; in sctp_sched_prio_dequeue()286 prio = soute->prio_head; in sctp_sched_prio_dequeue_done()[all …]
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()114 struct sctp_stream_out_ext *soute; in sctp_sched_rr_dequeue() local123 soute = stream->out_curr->ext; in sctp_sched_rr_dequeue()125 soute = stream->rr_next; in sctp_sched_rr_dequeue()137 struct sctp_stream_out_ext *soute; in sctp_sched_rr_dequeue_done() local146 if (list_empty(&soute->outq)) in sctp_sched_rr_dequeue_done()153 struct sctp_stream_out_ext *soute; in sctp_sched_rr_sched_all() local[all …]
168 struct sctp_stream_out_ext *soute; in sctp_stream_init_ext() local171 soute = kzalloc(sizeof(*soute), GFP_KERNEL); in sctp_stream_init_ext()172 if (!soute) in sctp_stream_init_ext()174 SCTP_SO(stream, sid)->ext = soute; in sctp_stream_init_ext()
Completed in 6 milliseconds