Home
last modified time | relevance | path

Searched refs:sctp_stream_out (Results 1 – 7 of 7) sorted by relevance

/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
Dsctp_ss_functions.c46 struct sctp_stream_out *,
51 struct sctp_stream_out *,
83 struct sctp_stream_out *strq = TAILQ_FIRST(&asoc->ss_data.out_wheel); in sctp_ss_default_clear()
96 sctp_ss_default_init_stream(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq SCTP_UN… in sctp_ss_default_init_stream()
105 struct sctp_stream_out *strq, in sctp_ss_default_add()
136 struct sctp_stream_out *strq, in sctp_ss_default_remove()
169 static struct sctp_stream_out *
173 struct sctp_stream_out *strq, *strqt; in sctp_ss_default_select()
217 struct sctp_stream_out *strq, int moved_how_much SCTP_UNUSED) in sctp_ss_default_scheduled()
233 struct sctp_stream_out *strq SCTP_UNUSED, uint16_t *value SCTP_UNUSED) in sctp_ss_default_get_value()
[all …]
Dsctp_structs.h590 TAILQ_HEAD(sctpwheel_listhead, sctp_stream_out);
596 TAILQ_ENTRY(sctp_stream_out) next_spoke;
602 TAILQ_ENTRY(sctp_stream_out) next_spoke;
610 TAILQ_ENTRY(sctp_stream_out) next_spoke;
635 struct sctp_stream_out { struct
760 void (*sctp_ss_init_stream)(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq);
762 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
765 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
766 struct sctp_stream_out* (*sctp_ss_select_stream)(struct sctp_tcb *stcb,
769 struct sctp_association *asoc, struct sctp_stream_out *strq, int moved_how_much);
[all …]
Dsctp_output.h113 struct sctp_stream_out *strq, int holds_lock);
Dsctp_output.c3708 struct sctp_stream_out *tmp_str;
3719 struct sctp_stream_out *,
3720 (stcb->asoc.pre_open_streams * sizeof(struct sctp_stream_out)),
6730 struct sctp_stream_out *strm;
7564 struct sctp_stream_out *strq,
8075 struct sctp_stream_out *strq;
12583 struct sctp_stream_out *oldstream;
12592 SCTP_MALLOC(stcb->asoc.strmout, struct sctp_stream_out *,
12593 ((stcb->asoc.streamoutcnt+adding_o) * sizeof(struct sctp_stream_out)),
13835 struct sctp_stream_out *strm;
Dsctputil.c1123 SCTP_MALLOC(asoc->strmout, struct sctp_stream_out *, in sctp_init_asoc()
1124 asoc->streamoutcnt * sizeof(struct sctp_stream_out), in sctp_init_asoc()
3883 struct sctp_stream_out *outs;
5173 struct sctp_stream_out *strq;
Dsctp_input.c333 struct sctp_stream_out *outs; in sctp_process_init()
Dsctp_pcb.c5702 struct sctp_stream_out *outs;