Lines Matching refs:next
51 p->next = NULL; in sctp_sched_prio_new_head()
97 pos = p->next->prio_list.next; in sctp_sched_prio_next_stream()
99 pos = pos->next; in sctp_sched_prio_next_stream()
100 p->next = list_entry(pos, struct sctp_stream_out_ext, prio_list); in sctp_sched_prio_next_stream()
113 if (prio_head->next == soute) in sctp_sched_prio_unsched()
123 prio_head->next = NULL; in sctp_sched_prio_unsched()
145 if (prio_head->next) { in sctp_sched_prio_sched()
146 list_add(&soute->prio_list, prio_head->next->prio_list.prev); in sctp_sched_prio_sched()
151 prio_head->next = soute; in sctp_sched_prio_sched()
271 prio = list_entry(stream->prio_list.next, in sctp_sched_prio_dequeue()
273 soute = prio->next; in sctp_sched_prio_dequeue()
275 ch = list_entry(soute->outq.next, struct sctp_chunk, stream_list); in sctp_sched_prio_dequeue()