/freebsd/sys/netinet/ |
H A D | sctp_ss_functions.c | 40 sctp_ss_default_add(struct sctp_tcb *, struct sctp_association *, 45 sctp_ss_default_remove(struct sctp_tcb *, struct sctp_association *, 50 sctp_ss_default_init(struct sctp_tcb *stcb, struct sctp_association *asoc) in sctp_ss_default_init() 73 sctp_ss_default_clear(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_ss_default_clear() 108 sctp_ss_default_add(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_ss_default_add() 124 sctp_ss_default_is_empty(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_association *asoc) in sctp_ss_default_is_empty() 132 sctp_ss_default_remove(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_ss_default_remove() 166 struct sctp_association *asoc) in sctp_ss_default_select() 222 struct sctp_association *asoc, in sctp_ss_default_scheduled() 248 struct sctp_association *asoc SCTP_UNUSED) in sctp_ss_default_packet_done() [all …]
|
H A D | sctp_indata.h | 77 void sctp_set_rwnd(struct sctp_tcb *, struct sctp_association *); 80 sctp_calc_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc); 98 struct sctp_tmit_chunk *sctp_try_advance_peer_ack_point(struct sctp_tcb *, struct sctp_association … 100 void sctp_service_queues(struct sctp_tcb *, struct sctp_association *);
|
H A D | sctp_structs.h | 444 struct sctp_association *asoc; /* bp to asoc this belongs to */ 703 struct sctp_association *asoc, 707 struct sctp_association *asoc); 734 void (*sctp_ss_init) (struct sctp_tcb *stcb, struct sctp_association *asoc); 735 void (*sctp_ss_clear) (struct sctp_tcb *stcb, struct sctp_association *asoc, 738 void (*sctp_ss_add_to_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc, 740 bool (*sctp_ss_is_empty) (struct sctp_tcb *stcb, struct sctp_association *asoc); 741 void (*sctp_ss_remove_from_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc, 744 struct sctp_nets *net, struct sctp_association *asoc); 746 struct sctp_association *asoc, struct sctp_stream_out *strq, int moved_how_much); [all …]
|
H A D | sctp_output.h | 100 struct sctp_association *asoc, 121 void sctp_toss_old_cookies(struct sctp_tcb *, struct sctp_association *); 125 void sctp_fix_ecn_echo(struct sctp_association *); 141 void send_forward_tsn(struct sctp_tcb *, struct sctp_association *);
|
H A D | sctputil.h | 126 sctp_calculate_rto(struct sctp_tcb *, struct sctp_association *, 155 int sctp_expand_mapping_array(struct sctp_association *, uint32_t); 234 sctp_free_bufspace(struct sctp_tcb *, struct sctp_association *, 307 void sctp_log_block(uint8_t, struct sctp_association *, ssize_t); 314 void sctp_print_mapping_array(struct sctp_association *asoc);
|
H A D | sctp_timer.h | 85 void sctp_audit_retranmission_queue(struct sctp_association *);
|
H A D | sctp_indata.c | 65 struct sctp_association *asoc, 69 sctp_set_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc) in sctp_set_rwnd() 76 sctp_calc_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc) in sctp_calc_rwnd() 283 sctp_mark_non_revokable(struct sctp_association *asoc, uint32_t tsn) in sctp_mark_non_revokable() 328 struct sctp_association *asoc, in sctp_place_control_in_stream() 479 struct sctp_association *asoc, in sctp_queue_data_to_stream() 751 struct sctp_association *asoc, in sctp_handle_old_unordered_data() 896 struct sctp_association *asoc, in sctp_inject_old_unordered_data() 1034 sctp_deliver_reasm_check(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_deliver_reasm_check() 1270 struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_add_chk_to_control() [all …]
|
H A D | sctp_cc_functions.c | 61 sctp_enforce_cwnd_limit(struct sctp_association *assoc, struct sctp_nets *net) in sctp_enforce_cwnd_limit() 76 struct sctp_association *assoc; in sctp_set_initial_cc_param() 114 struct sctp_association *asoc) in sctp_cwnd_update_after_fr() 686 struct sctp_association *asoc, in sctp_cwnd_update_after_sack_common() 1290 struct sctp_association *asoc, in sctp_cwnd_update_after_sack() 1506 struct sctp_association *asoc, in sctp_cwnd_update_rtcc_after_sack() 1683 struct sctp_association *asoc) in sctp_hs_cwnd_update_after_fr() 1749 struct sctp_association *asoc, in sctp_hs_cwnd_update_after_sack() 2141 struct sctp_association *asoc, in sctp_htcp_cwnd_update_after_sack() 2208 struct sctp_association *asoc) in sctp_htcp_cwnd_update_after_fr()
|
H A D | sctp_input.c | 177 struct sctp_association *asoc; in sctp_is_there_unsent_data() 242 struct sctp_association *asoc; in sctp_process_init() 396 struct sctp_association *asoc; in sctp_process_init_ack() 836 struct sctp_association *asoc; in sctp_check_data_from_peer() 1064 struct sctp_association *asoc; in sctp_handle_error() 1356 struct sctp_association *asoc; in sctp_process_cookie_existing() 1968 struct sctp_association *asoc; in sctp_process_cookie_new() 2742 struct sctp_association *asoc; in sctp_handle_cookie_ack() 3367 struct sctp_association *asoc; in sctp_find_stream_reset() 3409 struct sctp_association *asoc; in sctp_clean_up_stream_reset() [all …]
|
H A D | sctp_output.c | 5281 sctp_are_there_new_addresses(struct sctp_association *asoc, in sctp_are_there_new_addresses() 5504 struct sctp_association *asoc; in sctp_send_initiate_ack() 6208 struct sctp_association *asoc, in sctp_prune_prsctp() 6290 struct sctp_association *asoc; in sctp_get_frag_point() 6651 struct sctp_association *asoc, 6667 struct sctp_association *asoc; in sctp_sendall_iterator() 6989 sctp_toss_old_cookies(struct sctp_tcb *stcb, struct sctp_association *asoc) in sctp_toss_old_cookies() 7009 struct sctp_association *asoc; in sctp_toss_old_asconf() 7037 struct sctp_association *asoc, in sctp_clean_up_datalist() 7128 sctp_clean_up_ctl(struct sctp_tcb *stcb, struct sctp_association *asoc, int so_locked) in sctp_clean_up_ctl() [all …]
|
H A D | sctp_timer.c | 55 sctp_audit_retranmission_queue(struct sctp_association *asoc) in sctp_audit_retranmission_queue() 438 struct sctp_association *asoc; in sctp_recover_sent_list() 1531 struct sctp_association *asoc; in sctp_autoclose_timer()
|
H A D | sctp_pcb.h | 453 struct sctp_association asoc;
|
H A D | sctputil.c | 545 sctp_log_block(uint8_t from, struct sctp_association *asoc, ssize_t sendlen) in sctp_log_block() 1115 struct sctp_association *asoc; in sctp_init_asoc() 1381 sctp_print_mapping_array(struct sctp_association *asoc) in sctp_print_mapping_array() 1416 sctp_expand_mapping_array(struct sctp_association *asoc, uint32_t needed) in sctp_expand_mapping_array() 2920 struct sctp_association *asoc, in sctp_calculate_rto() 4262 struct sctp_association *asoc; in sctp_report_all_outbound() 5037 sctp_free_bufspace(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_free_bufspace()
|
H A D | sctp_pcb.c | 4050 struct sctp_association *asoc; in sctp_aloc_assoc_locked() 4312 struct sctp_association *asoc; in sctp_remove_net() 4388 struct sctp_association *asoc; in sctp_del_remote_addr() 4554 struct sctp_association *asoc; in sctp_free_assoc() 6628 struct sctp_association *asoc; in sctp_drain_mbufs()
|
H A D | sctp_asconf.c | 608 struct sctp_association *asoc; in sctp_handle_asconf() 1663 struct sctp_association *asoc; in sctp_handle_asconf_ack()
|
H A D | sctp_usrreq.c | 108 struct sctp_association *asoc; in sctp_pathmtu_adjustment() 656 struct sctp_association *asoc; in sctp_disconnect() 784 struct sctp_association *asoc; in sctp_shutdown()
|