Searched refs:sctp_stream_in (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_structs.h | 557 TAILQ_HEAD(sctpwheelunrel_listhead, sctp_stream_in); 558 struct sctp_stream_in { struct 853 struct sctp_stream_in *strmin;
|
H A D | sctp_indata.c | 63 struct sctp_stream_in *strm, 327 sctp_place_control_in_stream(struct sctp_stream_in *strm, in sctp_place_control_in_stream() 504 struct sctp_stream_in *strm; in sctp_queue_data_to_stream() 752 struct sctp_stream_in *strm, in sctp_handle_old_unordered_data() 1035 struct sctp_stream_in *strm, int inp_read_lock_held) in sctp_deliver_reasm_check() 1269 struct sctp_stream_in *strm, in sctp_add_chk_to_control() 1360 struct sctp_stream_in *strm; in sctp_queue_data_for_reasm() 1652 sctp_find_reasm_entry(struct sctp_stream_in *strm, uint32_t mid, int ordered, int idata_supported) in sctp_find_reasm_entry() 1683 struct sctp_stream_in *strm; in sctp_process_a_data_chunk() 5223 struct sctp_stream_in *strmin) in sctp_kick_prsctp_reorder_queue() [all …]
|
H A D | sctp_input.c | 357 SCTP_MALLOC(asoc->strmin, struct sctp_stream_in *, asoc->streamincnt * in sctp_process_init() 358 sizeof(struct sctp_stream_in), SCTP_M_STRMI); in sctp_process_init() 3827 struct sctp_stream_in *oldstrm; in sctp_handle_str_reset_add_strm() 3831 SCTP_MALLOC(stcb->asoc.strmin, struct sctp_stream_in *, in sctp_handle_str_reset_add_strm() 3832 (num_stream * sizeof(struct sctp_stream_in)), in sctp_handle_str_reset_add_strm()
|