Searched refs:sctp_stream_in (Results 1 – 3 of 3) sorted by relevance
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/ |
D | sctp_structs.h | 593 TAILQ_HEAD(sctpwheelunrel_listhead, sctp_stream_in); 594 struct sctp_stream_in { struct 910 struct sctp_stream_in *strmin;
|
D | sctp_indata.c | 72 struct sctp_stream_in *strm, 361 sctp_place_control_in_stream(struct sctp_stream_in *strm, in sctp_place_control_in_stream() 534 struct sctp_stream_in *strm; in sctp_queue_data_to_stream() 816 struct sctp_stream_in *strm, in sctp_handle_old_unordered_data() 1095 struct sctp_stream_in *strm, int inp_read_lock_held) in sctp_deliver_reasm_check() 1319 struct sctp_stream_in *strm, in sctp_add_chk_to_control() 1407 struct sctp_stream_in *strm; in sctp_queue_data_for_reasm() 1688 sctp_find_reasm_entry(struct sctp_stream_in *strm, uint32_t mid, int ordered, int idata_supported) in sctp_find_reasm_entry() 1719 struct sctp_stream_in *strm; in sctp_process_a_data_chunk() 5352 struct sctp_stream_in *strmin) [all …]
|
D | sctp_input.c | 424 SCTP_MALLOC(asoc->strmin, struct sctp_stream_in *, asoc->streamincnt * in sctp_process_init() 425 sizeof(struct sctp_stream_in), SCTP_M_STRMI); in sctp_process_init() 985 struct sctp_stream_in *strm; in sctp_handle_shutdown() 4252 struct sctp_stream_in *oldstrm; 4256 SCTP_MALLOC(stcb->asoc.strmin, struct sctp_stream_in *, 4257 (num_stream * sizeof(struct sctp_stream_in)),
|