Home
last modified time | relevance | path

Searched refs:sctp_stream_in (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/netinet/
H A Dsctp_structs.h538 TAILQ_HEAD(sctpwheelunrel_listhead, sctp_stream_in);
539 struct sctp_stream_in { struct
852 struct sctp_stream_in *strmin;
H A Dsctp_indata.c66 struct sctp_stream_in *strm,
330 sctp_place_control_in_stream(struct sctp_stream_in *strm, in sctp_place_control_in_stream()
507 struct sctp_stream_in *strm; in sctp_queue_data_to_stream()
770 struct sctp_stream_in *strm, in sctp_handle_old_unordered_data()
1052 struct sctp_stream_in *strm, int inp_read_lock_held) in sctp_deliver_reasm_check()
1286 struct sctp_stream_in *strm, in sctp_add_chk_to_control()
1373 struct sctp_stream_in *strm; in sctp_queue_data_for_reasm()
1696 struct sctp_stream_in *strm; in sctp_process_a_data_chunk()
5237 struct sctp_stream_in *strmin) in sctp_kick_prsctp_reorder_queue()
5384 struct sctp_association *asoc, struct sctp_stream_in *strm, in sctp_flush_reassm_for_str_seq()
[all …]
H A Dsctp_input.c399 SCTP_MALLOC(asoc->strmin, struct sctp_stream_in *, asoc->streamincnt * in sctp_process_init()
400 sizeof(struct sctp_stream_in), SCTP_M_STRMI); in sctp_process_init()
895 struct sctp_stream_in *strm; in sctp_handle_shutdown()
3877 struct sctp_stream_in *oldstrm; in sctp_handle_str_reset_add_strm()
3881 SCTP_MALLOC(stcb->asoc.strmin, struct sctp_stream_in *, in sctp_handle_str_reset_add_strm()
3882 (num_stream * sizeof(struct sctp_stream_in)), in sctp_handle_str_reset_add_strm()