HomeSort by relevance Sort by last modified time
    Searched refs:sctp_stream_out (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_ss_functions.c 46 struct sctp_stream_out *,
51 struct sctp_stream_out *,
83 struct sctp_stream_out *strq = TAILQ_FIRST(&asoc->ss_data.out_wheel);
96 sctp_ss_default_init_stream(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq SCTP_UNUSED)
105 struct sctp_stream_out *strq,
136 struct sctp_stream_out *strq,
169 static struct sctp_stream_out *
173 struct sctp_stream_out *strq, *strqt;
217 struct sctp_stream_out *strq, int moved_how_much SCTP_UNUSED
    [all...]
sctp_structs.h 590 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
752 void (*sctp_ss_init_stream)(struct sctp_stream_out *strq, struct sctp_stream_out *with_strq);
754 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
757 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
758 struct sctp_stream_out* (*sctp_ss_select_stream)(struct sctp_tcb *stcb
    [all...]
sctp_output.h 113 struct sctp_stream_out *strq, int holds_lock);
sctp_output.c     [all...]
sctputil.c 1116 SCTP_MALLOC(asoc->strmout, struct sctp_stream_out *,
1117 asoc->streamoutcnt * sizeof(struct sctp_stream_out),
    [all...]
sctp_input.c 331 struct sctp_stream_out *outs;
    [all...]
sctp_pcb.c     [all...]

Completed in 2321 milliseconds