Home
last modified time | relevance | path

Searched refs:sctp_association (Results 1 – 16 of 16) sorted by relevance

/freebsd/sys/netinet/
H A Dsctp_ss_functions.c40 sctp_ss_default_add(struct sctp_tcb *, struct sctp_association *,
45 sctp_ss_default_remove(struct sctp_tcb *, struct sctp_association *,
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()
337 struct sctp_association *asoc) in sctp_ss_rrp_select()
346 struct sctp_association *asoc) in sctp_ss_rrp_packet_done()
503 struct sctp_association *asoc) in sctp_ss_prio_select()
683 struct sctp_association *asoc) in sctp_ss_fb_select()
874 struct sctp_association *asoc) in sctp_ss_fcfs_select()
[all …]
H A Dsctp_indata.h77 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 Dsctp_structs.h444 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,
740 bool (*sctp_ss_is_empty) (struct sctp_tcb *stcb, struct sctp_association *asoc);
744 struct sctp_nets *net, struct sctp_association *asoc);
748 struct sctp_association *asoc);
749 int (*sctp_ss_get_value) (struct sctp_tcb *stcb, struct sctp_association *asoc,
751 int (*sctp_ss_set_value) (struct sctp_tcb *stcb, struct sctp_association *asoc,
[all …]
H A Dsctp_output.h100 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 Dsctputil.h126 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 Dsctp_timer.h85 void sctp_audit_retranmission_queue(struct sctp_association *);
H A Dsctp_indata.c65 struct sctp_association *asoc,
328 struct sctp_association *asoc, in sctp_place_control_in_stream()
479 struct sctp_association *asoc, in sctp_queue_data_to_stream()
766 struct sctp_association *asoc, in sctp_handle_old_unordered_data()
2411 struct sctp_association *asoc; in sctp_slide_mapping_arrays()
2564 struct sctp_association *asoc; in sctp_sack_check()
2656 struct sctp_association *asoc; in sctp_process_data()
3928 struct sctp_association *asoc; in sctp_express_handle_sack()
4407 struct sctp_association *asoc; in sctp_handle_sack()
5240 struct sctp_association *asoc; in sctp_kick_prsctp_reorder_queue()
[all …]
H A Dsctp_cc_functions.c61 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 Dsctp_input.c177 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 Dsctp_output.c5506 struct sctp_association *asoc; in sctp_send_initiate_ack()
6292 struct sctp_association *asoc; in sctp_get_frag_point()
6669 struct sctp_association *asoc; in sctp_sendall_iterator()
7011 struct sctp_association *asoc; in sctp_toss_old_asconf()
7239 struct sctp_association *asoc; in sctp_move_to_outqueue()
7703 struct sctp_association *asoc; in sctp_fill_outqueue()
7788 struct sctp_association *asoc; in sctp_move_chunks_from_net()
10044 struct sctp_association *asoc; in sctp_chunk_output()
10552 struct sctp_association *asoc; in sctp_send_sack()
11481 struct sctp_association *asoc; in sctp_send_ecn_echo()
[all …]
H A Dsctp_timer.c55 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 Dsctp_pcb.h453 struct sctp_association asoc;
H A Dsctputil.c545 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 Dsctp_pcb.c4177 struct sctp_association *asoc; in sctp_aloc_assoc_locked()
4441 struct sctp_association *asoc; in sctp_remove_net()
4517 struct sctp_association *asoc; in sctp_del_remote_addr()
4683 struct sctp_association *asoc; in sctp_free_assoc()
6758 struct sctp_association *asoc; in sctp_drain_mbufs()
H A Dsctp_asconf.c608 struct sctp_association *asoc; in sctp_handle_asconf()
1663 struct sctp_association *asoc; in sctp_handle_asconf_ack()
H A Dsctp_usrreq.c108 struct sctp_association *asoc; in sctp_pathmtu_adjustment()
655 struct sctp_association *asoc; in sctp_disconnect()
783 struct sctp_association *asoc; in sctp_shutdown()