Searched refs:sctp_stream_queue_pending (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/sys/netinet/ |
| H A D | sctp_ss_functions.c | 44 struct sctp_stream_queue_pending *, int); 49 struct sctp_stream_queue_pending *, int); 120 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) in sctp_ss_default_add() 151 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) in sctp_ss_default_remove() 239 struct sctp_stream_queue_pending *sp; in sctp_ss_default_scheduled() 283 struct sctp_stream_queue_pending *sp; in sctp_ss_default_is_user_msgs_incomplete() 306 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) in sctp_ss_rr_add() 729 struct sctp_stream_queue_pending *sp; in sctp_ss_fb_scheduled() 772 struct sctp_stream_queue_pending *sp; in sctp_ss_fcfs_init() 811 struct sctp_stream_queue_pending *sp; in sctp_ss_fcfs_clear() [all …]
|
| H A D | sctp_structs.h | 518 struct sctp_stream_queue_pending { struct 523 TAILQ_ENTRY(sctp_stream_queue_pending) next; argument 524 TAILQ_ENTRY(sctp_stream_queue_pending) ss_next; 558 TAILQ_HEAD(sctplist_listhead, sctp_stream_queue_pending); argument 748 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock); 751 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
|
| H A D | sctp_var.h | 133 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \ 135 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 | 6305 sctp_set_prsctp_policy(struct sctp_stream_queue_pending *sp) in sctp_set_prsctp_policy() 6366 struct sctp_stream_queue_pending *sp = NULL; in sctp_msg_append() 7202 struct sctp_stream_queue_pending *sp; in sctp_move_to_outqueue() 7814 struct sctp_stream_queue_pending *sp; in sctp_move_chunks_from_net() 12234 struct sctp_stream_queue_pending *sp, *nsp; in sctp_send_str_reset_req() 12394 sctp_copy_one(struct sctp_stream_queue_pending *sp, in sctp_copy_one() 12411 static struct sctp_stream_queue_pending * 12429 struct sctp_stream_queue_pending *sp = NULL; in sctp_copy_it_in() 13198 struct sctp_stream_queue_pending *sp; in sctp_lower_sosend()
|
| H A D | sctp_timer.c | 1337 struct sctp_stream_queue_pending *sp; in sctp_audit_stream_queues_for_size()
|
| H A D | sctputil.c | 3090 struct sctp_stream_queue_pending *sp, int so_locked in sctp_notify_send_failed2() 3765 (struct sctp_stream_queue_pending *)data, so_locked); in sctp_ulp_notify() 3882 struct sctp_stream_queue_pending *sp, *nsp; in sctp_report_all_outbound() 4738 struct sctp_stream_queue_pending *sp; in sctp_release_pr_sctp_chunk()
|
| H A D | sctp_input.c | 224 struct sctp_stream_queue_pending *sp; in sctp_is_there_unsent_data() 316 struct sctp_stream_queue_pending *sp, *nsp; in sctp_process_init()
|
| H A D | sctp_pcb.c | 4713 struct sctp_stream_queue_pending *sp, *nsp; in sctp_free_assoc() 5865 sizeof(struct sctp_stream_queue_pending), in sctp_pcb_init()
|