Home
last modified time | relevance | path

Searched refs:sctp_stream_out (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/net/sctp/
H A Dstream_sched_prio.c166 struct sctp_stream_out *sout = SCTP_SO(stream, sid); in sctp_sched_prio_set()
305 struct sctp_stream_out *sout; in sctp_sched_prio_sched_all()
H A Dchunk.c314 struct sctp_stream_out *streamout = in sctp_chunk_abandoned()
329 struct sctp_stream_out *streamout = in sctp_chunk_abandoned()
H A Dstream_sched.c237 struct sctp_stream_out *sout; in sctp_sched_dequeue_done()
H A Doutqueue.c349 struct sctp_stream_out *streamout; in sctp_prsctp_prune_sent()
387 struct sctp_stream_out *sout; in sctp_prsctp_prune_unsent()
H A Dstream.c951 struct sctp_stream_out *sout; in sctp_process_strreset_resp()
/kernel/linux/linux-6.6/net/sctp/
H A Dstream_sched_prio.c166 struct sctp_stream_out *sout = SCTP_SO(stream, sid); in sctp_sched_prio_set()
279 struct sctp_stream_out *sout; in sctp_sched_prio_sched_all()
H A Dchunk.c314 struct sctp_stream_out *streamout = in sctp_chunk_abandoned()
329 struct sctp_stream_out *streamout = in sctp_chunk_abandoned()
H A Dstream_sched.c239 struct sctp_stream_out *sout; in sctp_sched_dequeue_done()
H A Doutqueue.c349 struct sctp_stream_out *streamout; in sctp_prsctp_prune_sent()
387 struct sctp_stream_out *sout; in sctp_prsctp_prune_unsent()
H A Dstream.c951 struct sctp_stream_out *sout; in sctp_process_strreset_resp()
/kernel/linux/linux-5.10/include/net/sctp/
H A Dstructs.h1417 struct sctp_stream_out { struct
1440 GENRADIX(struct sctp_stream_out) out;
1446 struct sctp_stream_out *out_curr;
1464 static inline struct sctp_stream_out *sctp_stream_out( in sctp_stream_out() function
1478 #define SCTP_SO(s, i) sctp_stream_out((s), (i))
/kernel/linux/linux-6.6/include/net/sctp/
H A Dstructs.h1438 struct sctp_stream_out { struct
1461 GENRADIX(struct sctp_stream_out) out;
1467 struct sctp_stream_out *out_curr;
1488 static inline struct sctp_stream_out *sctp_stream_out( in sctp_stream_out() function
1502 #define SCTP_SO(s, i) sctp_stream_out((s), (i))

Completed in 18 milliseconds