Searched refs:sctp_stream_queue_pending (Results 1 – 9 of 9) sorted by relevance
| /freebsd-13.1/sys/netinet/ |
| H A D | sctp_ss_functions.c | 44 struct sctp_stream_queue_pending *); 49 struct sctp_stream_queue_pending *); 110 struct sctp_stream_queue_pending *sp SCTP_UNUSED) in sctp_ss_default_add() 222 struct sctp_stream_queue_pending *sp; in sctp_ss_default_scheduled() 268 struct sctp_stream_queue_pending *sp; in sctp_ss_default_is_user_msgs_incomplete() 698 struct sctp_stream_queue_pending *sp; in sctp_ss_fb_scheduled() 734 struct sctp_stream_queue_pending *sp); 740 struct sctp_stream_queue_pending *sp; in sctp_ss_fcfs_init() 775 struct sctp_stream_queue_pending *sp; in sctp_ss_fcfs_clear() 841 struct sctp_stream_queue_pending *sp; in sctp_ss_fcfs_select() [all …]
|
| H A D | sctp_structs.h | 510 struct sctp_stream_queue_pending { struct 515 TAILQ_ENTRY(sctp_stream_queue_pending) next; argument 516 TAILQ_ENTRY(sctp_stream_queue_pending) ss_next; 551 TAILQ_HEAD(sctplist_listhead, sctp_stream_queue_pending); argument 742 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp); 745 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp);
|
| H A D | sctp_var.h | 132 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \ 134 memset(_strmoq, 0, sizeof(struct sctp_stream_queue_pending)); \
|
| H A D | sctp_pcb.h | 54 TAILQ_HEAD(sctp_streamhead, sctp_stream_queue_pending);
|
| H A D | sctp_output.c | 6264 sctp_set_prsctp_policy(struct sctp_stream_queue_pending *sp) in sctp_set_prsctp_policy() 6325 struct sctp_stream_queue_pending *sp = NULL; in sctp_msg_append() 7161 struct sctp_stream_queue_pending *sp; in sctp_move_to_outqueue() 7773 struct sctp_stream_queue_pending *sp; in sctp_move_chunks_from_net() 12163 struct sctp_stream_queue_pending *sp, *nsp; in sctp_send_str_reset_req() 12331 sctp_copy_one(struct sctp_stream_queue_pending *sp, in sctp_copy_one() 12346 static struct sctp_stream_queue_pending * 12364 struct sctp_stream_queue_pending *sp = NULL; in sctp_copy_it_in() 13141 struct sctp_stream_queue_pending *sp; in sctp_lower_sosend()
|
| H A D | sctp_timer.c | 1349 struct sctp_stream_queue_pending *sp; in sctp_audit_stream_queues_for_size()
|
| H A D | sctputil.c | 3496 struct sctp_stream_queue_pending *sp, int so_locked) in sctp_notify_send_failed2() 4110 (struct sctp_stream_queue_pending *)data, so_locked); in sctp_ulp_notify() 4231 struct sctp_stream_queue_pending *sp, *nsp; in sctp_report_all_outbound() 5036 struct sctp_stream_queue_pending *sp; in sctp_release_pr_sctp_chunk()
|
| H A D | sctp_input.c | 179 struct sctp_stream_queue_pending *sp; in sctp_is_there_unsent_data() 270 struct sctp_stream_queue_pending *sp, *nsp; in sctp_process_init()
|
| H A D | sctp_pcb.c | 4700 struct sctp_stream_queue_pending *sp, *nsp; in sctp_free_assoc() 5789 sizeof(struct sctp_stream_queue_pending), in sctp_pcb_init()
|