Searched refs:sctp_stream_queue_pending (Results 1 – 11 of 11) sorted by relevance
| /trueos/sys/netinet/ |
| HD | sctp_ss_functions.c | 42 struct sctp_stream_queue_pending *, int); 47 struct sctp_stream_queue_pending *, int); 101 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) in sctp_ss_default_add() 132 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) in sctp_ss_default_remove() 250 struct sctp_stream_queue_pending *sp SCTP_UNUSED, int holds_lock) in sctp_ss_rr_add() 381 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, in sctp_ss_prio_add() 415 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, in sctp_ss_prio_remove() 562 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, in sctp_ss_fb_add() 583 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp SCTP_UNUSED, in sctp_ss_fb_remove() 679 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, [all …]
|
| HD | sctp_structs.h | 504 struct sctp_stream_queue_pending { struct 509 TAILQ_ENTRY(sctp_stream_queue_pending) next; argument 510 TAILQ_ENTRY(sctp_stream_queue_pending) ss_next; 540 TAILQ_HEAD(sctplist_listhead, sctp_stream_queue_pending); argument 708 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock); 711 struct sctp_stream_out *strq, struct sctp_stream_queue_pending *sp, int holds_lock);
|
| HD | sctp_var.h | 123 (_strmoq) = SCTP_ZONE_GET(SCTP_BASE_INFO(ipi_zone_strmoq), struct sctp_stream_queue_pending); \ 125 memset(_strmoq, 0, sizeof(struct sctp_stream_queue_pending)); \
|
| HD | sctp_pcb.h | 52 TAILQ_HEAD(sctp_streamhead, sctp_stream_queue_pending);
|
| HD | sctp_output.c | 6213 sctp_set_prsctp_policy(struct sctp_stream_queue_pending *sp) in sctp_set_prsctp_policy() 6274 struct sctp_stream_queue_pending *sp = NULL; in sctp_msg_append() 6673 struct sctp_stream_queue_pending *sp; in sctp_sendall_iterator() 7107 struct sctp_stream_queue_pending *sp; in sctp_move_to_outqueue() 7698 struct sctp_stream_queue_pending *sp; in sctp_move_chunks_from_net() 11856 struct sctp_stream_queue_pending *sp, *nsp; in sctp_send_str_reset_req() 12012 sctp_copy_one(struct sctp_stream_queue_pending *sp, in sctp_copy_one() 12028 static struct sctp_stream_queue_pending * 12045 struct sctp_stream_queue_pending *sp = NULL; in sctp_copy_it_in() 12787 struct sctp_stream_queue_pending *sp; in sctp_lower_sosend() [all …]
|
| HD | sctp_timer.c | 1320 struct sctp_stream_queue_pending *sp; in sctp_audit_stream_queues_for_size()
|
| HD | sctputil.c | 2958 struct sctp_stream_queue_pending *sp, int so_locked in sctp_notify_send_failed2() 3624 (struct sctp_stream_queue_pending *)data, so_locked); in sctp_ulp_notify() 3741 struct sctp_stream_queue_pending *sp, *nsp; in sctp_report_all_outbound() 4750 struct sctp_stream_queue_pending *sp; in sctp_release_pr_sctp_chunk()
|
| HD | sctp_pcb.c | 3451 struct sctp_stream_queue_pending *sp; in sctp_inpcb_free() 4649 struct sctp_stream_queue_pending *sp, *nsp; in sctp_free_assoc() 5855 sizeof(struct sctp_stream_queue_pending), in sctp_pcb_init()
|
| HD | sctp_indata.c | 3959 struct sctp_stream_queue_pending *sp; in sctp_express_handle_sack() 4673 struct sctp_stream_queue_pending *sp; in sctp_handle_sack()
|
| HD | sctp_input.c | 226 struct sctp_stream_queue_pending *sp; in sctp_is_there_unsent_data() 311 struct sctp_stream_queue_pending *sp, *nsp; in sctp_process_init()
|
| HD | sctp_usrreq.c | 841 struct sctp_stream_queue_pending *sp; in sctp_disconnect() 1037 struct sctp_stream_queue_pending *sp; in sctp_shutdown()
|