Searched refs:out_curr (Results 1 - 7 of 7) sorted by relevance

/linux-master/net/sctp/
H A Dstream_sched.c67 if (stream->out_curr) {
68 ch = list_entry(stream->out_curr->ext->outq.next,
248 q->asoc->stream.out_curr = sout;
252 q->asoc->stream.out_curr = NULL;
H A Dstream_sched_rr.c121 if (stream->out_curr)
122 soute = stream->out_curr->ext;
H A Dstream_sched_prio.c242 if (stream->out_curr) {
243 soute = stream->out_curr->ext;
H A Dstream_sched_fc.c122 if (stream->out_curr)
123 soute = stream->out_curr->ext;
H A Doutqueue.c406 /* clear out_curr if all frag chunks are pruned */
407 if (asoc->stream.out_curr == sout &&
409 asoc->stream.out_curr = NULL;
/linux-master/fs/nilfs2/
H A Dcpfile.c815 goto out_curr;
853 out_curr:
/linux-master/include/net/sctp/
H A Dstructs.h1464 struct sctp_stream_out *out_curr; member in struct:sctp_stream

Completed in 511 milliseconds