| /f-stack/freebsd/netinet/ |
| H A D | sctp_ss_functions.c | 52 sctp_ss_default_init(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_ss_default_init() 187 struct sctp_association *asoc) in sctp_ss_default_select() 234 struct sctp_association *asoc, in sctp_ss_default_scheduled() 303 sctp_ss_rr_add(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_ss_rr_add() 342 struct sctp_association *asoc) in sctp_ss_rrp_select() 349 struct sctp_association *asoc) in sctp_ss_rrp_packet_done() 513 struct sctp_association *asoc) in sctp_ss_prio_select() 635 sctp_ss_fb_add(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_ss_fb_add() 693 struct sctp_association *asoc) in sctp_ss_fb_select() 729 struct sctp_association *asoc, struct sctp_stream_out *strq, in sctp_ss_fb_scheduled() [all …]
|
| H A D | sctp_indata.c | 331 struct sctp_association *asoc, in sctp_place_control_in_stream() 482 struct sctp_association *asoc, in sctp_queue_data_to_stream() 769 struct sctp_association *asoc, in sctp_handle_old_unordered_data() 914 struct sctp_association *asoc, in sctp_inject_old_unordered_data() 2409 struct sctp_association *asoc; in sctp_slide_mapping_arrays() local 2562 struct sctp_association *asoc; in sctp_sack_check() local 2654 struct sctp_association *asoc; in sctp_process_data() local 3928 struct sctp_association *asoc; in sctp_express_handle_sack() local 4407 struct sctp_association *asoc; in sctp_handle_sack() local 5240 struct sctp_association *asoc; in sctp_kick_prsctp_reorder_queue() local [all …]
|
| H A D | sctputil.h | 251 #define sctp_free_bufspace(stcb, asoc, tp1, chk_cnt) \ argument 273 #define sctp_free_spbufspace(stcb, asoc, sp) \ argument
|
| H A D | sctp_input.c | 219 struct sctp_association *asoc; in sctp_is_there_unsent_data() local 284 struct sctp_association *asoc; in sctp_process_init() local 438 struct sctp_association *asoc; in sctp_process_init_ack() local 867 struct sctp_association *asoc; in sctp_handle_shutdown() local 979 struct sctp_association *asoc; in sctp_handle_shutdown_ack() local 1103 struct sctp_association *asoc; in sctp_handle_error() local 1428 struct sctp_association *asoc; in sctp_process_cookie_existing() local 2008 struct sctp_association *asoc; in sctp_process_cookie_new() local 2789 struct sctp_association *asoc; in sctp_handle_cookie_ack() local 3408 struct sctp_association *asoc; in sctp_find_stream_reset() local [all …]
|
| H A D | sctp_cc_functions.c | 111 struct sctp_association *asoc) in sctp_cwnd_update_after_fr() 683 struct sctp_association *asoc, in sctp_cwnd_update_after_sack_common() 1289 struct sctp_association *asoc, in sctp_cwnd_update_after_sack() 1505 struct sctp_association *asoc, in sctp_cwnd_update_rtcc_after_sack() 1682 struct sctp_association *asoc) in sctp_hs_cwnd_update_after_fr() 1748 struct sctp_association *asoc, in sctp_hs_cwnd_update_after_sack() 2140 struct sctp_association *asoc, in sctp_htcp_cwnd_update_after_sack() 2207 struct sctp_association *asoc) in sctp_htcp_cwnd_update_after_fr()
|
| H A D | sctp_output.c | 5467 struct sctp_association *asoc; in sctp_send_initiate_ack() local 6581 struct sctp_association *asoc; in sctp_sendall_iterator() local 6908 struct sctp_association *asoc; in sctp_toss_old_asconf() local 7135 struct sctp_association *asoc; in sctp_move_to_outqueue() local 7659 struct sctp_association *asoc; in sctp_fill_outqueue() local 7744 struct sctp_association *asoc; in sctp_move_chunks_from_net() local 9950 struct sctp_association *asoc; in sctp_chunk_output() local 10458 struct sctp_association *asoc; in sctp_send_sack() local 11367 struct sctp_association *asoc; in sctp_send_ecn_echo() local 11432 struct sctp_association *asoc; in sctp_send_packet_dropped() local [all …]
|
| H A D | sctp_timer.c | 59 sctp_audit_retranmission_queue(struct sctp_association *asoc) in sctp_audit_retranmission_queue() 444 struct sctp_association *asoc; in sctp_recover_sent_list() local 1538 struct sctp_association *asoc; in sctp_autoclose_timer() local
|
| H A D | sctputil.c | 548 sctp_log_block(uint8_t from, struct sctp_association *asoc, ssize_t sendlen) in sctp_log_block() 1117 struct sctp_association *asoc; in sctp_init_asoc() local 1374 sctp_print_mapping_array(struct sctp_association *asoc) in sctp_print_mapping_array() 1409 sctp_expand_mapping_array(struct sctp_association *asoc, uint32_t needed) in sctp_expand_mapping_array() 2894 struct sctp_association *asoc, uint32_t mtu) in sctp_mtu_size_reset() 2932 struct sctp_association *asoc, in sctp_calculate_rto() 4227 struct sctp_association *asoc; in sctp_report_all_outbound() local 4974 sctp_free_bufspace(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_free_bufspace()
|
| H A D | sctp_pcb.c | 3305 struct sctp_tcb *asoc, *nasoc; in sctp_inpcb_free() local 4165 struct sctp_association *asoc; in sctp_aloc_assoc() local 4400 struct sctp_association *asoc; in sctp_remove_net() local 4476 struct sctp_association *asoc; in sctp_del_remote_addr() local 4674 struct sctp_association *asoc; in sctp_free_assoc() local 6774 struct sctp_association *asoc; in sctp_drain_mbufs() local
|
| H A D | sctp_var.h | 86 #define sctp_sbspace(asoc, sb) ((long) ((sctp_maxspace(sb) > (asoc)->sb_cc) ? (sctp_maxspace(sb) - … argument
|
| H A D | sctp_asconf.c | 611 struct sctp_association *asoc; in sctp_handle_asconf() local 1666 struct sctp_association *asoc; in sctp_handle_asconf_ack() local
|
| H A D | sctp_usrreq.c | 685 struct sctp_association *asoc; in sctp_disconnect() local 888 struct sctp_association *asoc; in sctp_shutdown() local
|
| H A D | sctp_pcb.h | 456 struct sctp_association asoc; member
|
| H A D | sctp_structs.h | 427 struct sctp_association *asoc; /* bp to asoc this belongs to */ member
|