Searched refs:sctp_stream_in (Results 1 – 3 of 3) sorted by relevance
/external/usrsctp/usrsctplib/netinet/ |
D | sctp_structs.h | 596 TAILQ_HEAD(sctpwheelunrel_listhead, sctp_stream_in); 597 struct sctp_stream_in { struct 913 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() 1309 struct sctp_stream_in *strm, in sctp_add_chk_to_control() 1397 struct sctp_stream_in *strm; in sctp_queue_data_for_reasm() 1669 sctp_find_reasm_entry(struct sctp_stream_in *strm, uint32_t mid, int ordered, int idata_supported) in sctp_find_reasm_entry() 5333 struct sctp_stream_in *strmin) 5480 struct sctp_stream_in *strm; [all …]
|
D | sctp_input.c | 433 SCTP_MALLOC(asoc->strmin, struct sctp_stream_in *, asoc->streamincnt * in sctp_process_init() 434 sizeof(struct sctp_stream_in), SCTP_M_STRMI); in sctp_process_init() 994 struct sctp_stream_in *strm; in sctp_handle_shutdown() 4256 struct sctp_stream_in *oldstrm; 4260 SCTP_MALLOC(stcb->asoc.strmin, struct sctp_stream_in *, 4261 (num_stream * sizeof(struct sctp_stream_in)),
|