Searched refs:sctp_stream_out (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/netinet/ |
| H A D | sctp_ss_functions.c | 43 struct sctp_stream_out *, 48 struct sctp_stream_out *, 87 struct sctp_stream_out *strq; in sctp_ss_default_clear() 119 struct sctp_stream_out *strq, in sctp_ss_default_add() 185 static struct sctp_stream_out * 281 struct sctp_stream_out *strq; in sctp_ss_default_is_user_msgs_incomplete() 307 struct sctp_stream_out *strqt; in sctp_ss_rr_add() 340 static struct sctp_stream_out * 403 struct sctp_stream_out *strq; in sctp_ss_prio_clear() 446 struct sctp_stream_out *strqt; in sctp_ss_prio_add() [all …]
|
| H A D | sctp_structs.h | 548 TAILQ_HEAD(sctpwheel_listhead, sctp_stream_out); 556 struct sctp_stream_out *locked_on_sending; 558 struct sctp_stream_out *last_out_stream; 568 TAILQ_ENTRY(sctp_stream_out) next_spoke; 574 TAILQ_ENTRY(sctp_stream_out) next_spoke; 582 TAILQ_ENTRY(sctp_stream_out) next_spoke; 605 struct sctp_stream_out { struct 736 …(*sctp_ss_init_stream) (struct sctp_tcb *stcb, struct sctp_stream_out *strq, struct sctp_stream_ou… 749 struct sctp_stream_out *strq, uint16_t *value); 751 struct sctp_stream_out *strq, uint16_t value); [all …]
|
| H A D | sctp_output.h | 102 struct sctp_stream_out *strq, int holds_lock);
|
| H A D | sctp_output.c | 3608 struct sctp_stream_out *tmp_str; in sctp_process_cmsgs_for_init() 3619 struct sctp_stream_out *, in sctp_process_cmsgs_for_init() 3620 (stcb->asoc.pre_open_streams * sizeof(struct sctp_stream_out)), in sctp_process_cmsgs_for_init() 6318 struct sctp_stream_out *strm; in sctp_msg_append() 7126 struct sctp_stream_out *strq, in sctp_move_to_outqueue() 7660 struct sctp_stream_out *strq; in sctp_fill_outqueue() 12134 struct sctp_stream_out *oldstream; in sctp_send_str_reset_req() 12143 SCTP_MALLOC(stcb->asoc.strmout, struct sctp_stream_out *, in sctp_send_str_reset_req() 12144 (stcb->asoc.streamoutcnt + adding_o) * sizeof(struct sctp_stream_out), in sctp_send_str_reset_req() 13106 struct sctp_stream_out *strm; in sctp_lower_sosend()
|
| H A D | sctputil.c | 1277 SCTP_MALLOC(asoc->strmout, struct sctp_stream_out *, in sctp_init_asoc() 1278 asoc->streamoutcnt * sizeof(struct sctp_stream_out), in sctp_init_asoc() 4228 struct sctp_stream_out *outs; in sctp_report_all_outbound() 5010 struct sctp_stream_out *strq; in sctp_release_pr_sctp_chunk()
|
| H A D | sctp_input.c | 308 struct sctp_stream_out *outs; in sctp_process_init()
|
| H A D | sctp_pcb.c | 4922 struct sctp_stream_out *outs; in sctp_free_assoc()
|