Searched refs:sctp_stream_queue_pending (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/netinet/ |
H A D | sctp_ss_functions.c | 42 struct sctp_stream_queue_pending *); 47 struct sctp_stream_queue_pending *); 110 struct sctp_stream_queue_pending *sp SCTP_UNUSED) in sctp_ss_default_add() 134 struct sctp_stream_queue_pending *sp SCTP_UNUSED) in sctp_ss_default_remove() 226 struct sctp_stream_queue_pending *sp; in sctp_ss_default_scheduled() 280 struct sctp_stream_queue_pending *sp; in sctp_ss_default_is_user_msgs_incomplete() 305 struct sctp_stream_queue_pending *sp SCTP_UNUSED) in sctp_ss_rr_add() 443 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED) in sctp_ss_prio_add() 471 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED) in sctp_ss_prio_remove() 636 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED) in sctp_ss_fb_add() [all …]
|
H A D | sctp_structs.h | 527 struct sctp_stream_queue_pending { struct 532 TAILQ_ENTRY(sctp_stream_queue_pending) next; argument 533 TAILQ_ENTRY(sctp_stream_queue_pending) ss_next; 568 TAILQ_HEAD(sctplist_listhead, sctp_stream_queue_pending); argument 739 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp); 742 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp);
|
H A D | sctp_var.h | 129 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \ 131 memset(_strmoq, 0, sizeof(struct sctp_stream_queue_pending)); \
|
H A D | sctp_pcb.h | 51 TAILQ_HEAD(sctp_streamhead, sctp_stream_queue_pending);
|
H A D | sctp_output.c | 6333 sctp_set_prsctp_policy(struct sctp_stream_queue_pending *sp) in sctp_set_prsctp_policy() 6394 struct sctp_stream_queue_pending *sp = NULL; in sctp_msg_append() 7238 struct sctp_stream_queue_pending *sp; in sctp_move_to_outqueue() 7788 struct sctp_stream_queue_pending *sp; in sctp_move_chunks_from_net() 12249 struct sctp_stream_queue_pending *sp, *nsp; in sctp_send_str_reset_req() 12416 sctp_copy_one(struct sctp_stream_queue_pending *sp, in sctp_copy_one() 12430 static struct sctp_stream_queue_pending * 12448 struct sctp_stream_queue_pending *sp; in sctp_copy_it_in() 13179 struct sctp_stream_queue_pending *sp; in sctp_lower_sosend()
|
H A D | sctp_timer.c | 1345 struct sctp_stream_queue_pending *sp; in sctp_audit_stream_queues_for_size()
|
H A D | sctputil.c | 3504 struct sctp_stream_queue_pending *sp, int so_locked) in sctp_notify_send_failed2() 4143 (struct sctp_stream_queue_pending *)data, so_locked); in sctp_ulp_notify() 4265 struct sctp_stream_queue_pending *sp, *nsp; in sctp_report_all_outbound() 5071 struct sctp_stream_queue_pending *sp; in sctp_release_pr_sctp_chunk()
|
H A D | sctp_input.c | 176 struct sctp_stream_queue_pending *sp; in sctp_is_there_unsent_data() 268 struct sctp_stream_queue_pending *sp, *nsp; in sctp_process_init()
|
H A D | sctp_pcb.c | 4562 struct sctp_stream_queue_pending *sp, *nsp; in sctp_free_assoc() 5638 sizeof(struct sctp_stream_queue_pending), in sctp_pcb_init()
|