Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/netinet/
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 *,
50 sctp_ss_default_init(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_ss_default_init()
70 sctp_ss_default_clear(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_ss_default_clear()
99 sctp_ss_default_add(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_ss_default_add()
120 sctp_ss_default_is_empty(struct sctp_tcb *stcb SCTP_UNUSED, struct sctp_association *asoc) in sctp_ss_default_is_empty()
130 sctp_ss_default_remove(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_ss_default_remove()
169 struct sctp_association *asoc) in sctp_ss_default_select()
212 struct sctp_association *asoc SCTP_UNUSED, in sctp_ss_default_scheduled()
221 struct sctp_association *asoc SCTP_UNUSED) in sctp_ss_default_packet_done()
[all …]
Dsctp_output.h107 struct sctp_association *asoc,
127 int sctp_get_frag_point(struct sctp_tcb *, struct sctp_association *);
129 void sctp_toss_old_cookies(struct sctp_tcb *, struct sctp_association *);
133 void sctp_fix_ecn_echo(struct sctp_association *);
154 void send_forward_tsn(struct sctp_tcb *, struct sctp_association *);
Dsctp_indata.h84 void sctp_set_rwnd(struct sctp_tcb *, struct sctp_association *);
87 sctp_calc_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc);
106 sctp_try_advance_peer_ack_point(struct sctp_tcb *, struct sctp_association *);
108 void sctp_service_queues(struct sctp_tcb *, struct sctp_association *);
Dsctp_structs.h431 struct sctp_association *asoc; /* bp to asoc this belongs to */
665 struct sctp_association *asoc,
669 struct sctp_association *asoc);
696 void (*sctp_ss_init) (struct sctp_tcb *stcb, struct sctp_association *asoc,
698 void (*sctp_ss_clear) (struct sctp_tcb *stcb, struct sctp_association *asoc,
701 void (*sctp_ss_add_to_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc,
703 int (*sctp_ss_is_empty) (struct sctp_tcb *stcb, struct sctp_association *asoc);
704 void (*sctp_ss_remove_from_stream) (struct sctp_tcb *stcb, struct sctp_association *asoc,
707 struct sctp_nets *net, struct sctp_association *asoc);
709 struct sctp_association *asoc, struct sctp_stream_out *strq, int moved_how_much);
[all …]
Dsctputil.h105 sctp_mtu_size_reset(struct sctp_inpcb *, struct sctp_association *, uint32_t);
139 sctp_calculate_rto(struct sctp_tcb *, struct sctp_association *,
176 int sctp_expand_mapping_array(struct sctp_association *, uint32_t);
272 sctp_free_bufspace(struct sctp_tcb *, struct sctp_association *,
368 void sctp_log_block(uint8_t, struct sctp_association *, int);
376 void sctp_print_mapping_array(struct sctp_association *asoc);
Dsctp_indata.c60 sctp_set_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc) in sctp_set_rwnd()
67 sctp_calc_rwnd(struct sctp_tcb *stcb, struct sctp_association *asoc) in sctp_calc_rwnd()
316 sctp_mark_non_revokable(struct sctp_association *asoc, uint32_t tsn) in sctp_mark_non_revokable()
368 sctp_service_reassembly(struct sctp_tcb *stcb, struct sctp_association *asoc) in sctp_service_reassembly()
544 sctp_queue_data_to_stream(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_queue_data_to_stream()
729 sctp_is_all_msg_on_reasm(struct sctp_association *asoc, uint32_t * t_size) in sctp_is_all_msg_on_reasm()
759 sctp_deliver_reasm_check(struct sctp_tcb *stcb, struct sctp_association *asoc) in sctp_deliver_reasm_check()
831 sctp_queue_data_for_reasm(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_queue_data_for_reasm()
1206 sctp_does_tsn_belong_to_reasm(struct sctp_association *asoc, in sctp_does_tsn_belong_to_reasm()
1260 sctp_process_a_data_chunk(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_process_a_data_chunk()
[all …]
Dsctp_timer.h92 void sctp_audit_retranmission_queue(struct sctp_association *);
Dsctp_cc_functions.c58 struct sctp_association *assoc; in sctp_set_initial_cc_param()
95 struct sctp_association *asoc) in sctp_cwnd_update_after_fr()
663 struct sctp_association *asoc, in sctp_cwnd_update_after_sack_common()
1270 struct sctp_association *asoc, in sctp_cwnd_update_after_sack()
1490 struct sctp_association *asoc, in sctp_cwnd_update_rtcc_after_sack()
1670 struct sctp_association *asoc) in sctp_hs_cwnd_update_after_fr()
1735 struct sctp_association *asoc, in sctp_hs_cwnd_update_after_sack()
2124 struct sctp_association *asoc, in sctp_htcp_cwnd_update_after_sack()
2192 struct sctp_association *asoc) in sctp_htcp_cwnd_update_after_fr()
Dsctp_input.c225 struct sctp_association *asoc; in sctp_is_there_unsent_data()
284 struct sctp_association *asoc; in sctp_process_init()
438 struct sctp_association *asoc; in sctp_process_init_ack()
870 struct sctp_association *asoc; in sctp_handle_shutdown()
977 struct sctp_association *asoc; in sctp_handle_shutdown_ack()
1143 struct sctp_association *asoc; in sctp_handle_error()
1459 struct sctp_association *asoc; in sctp_process_cookie_existing()
2018 struct sctp_association *asoc; in sctp_process_cookie_new()
2882 struct sctp_association *asoc; in sctp_handle_cookie_ack()
3157 struct sctp_association *asoc; in sctp_handle_shutdown_complete()
[all …]
Dsctp_output.c5321 sctp_are_there_new_addresses(struct sctp_association *asoc, in sctp_are_there_new_addresses()
5493 struct sctp_association *asoc; in sctp_send_initiate_ack()
6116 struct sctp_association *asoc, in sctp_prune_prsctp()
6197 struct sctp_association *asoc) in sctp_get_frag_point()
6552 struct sctp_association *asoc,
6571 struct sctp_association *asoc; in sctp_sendall_iterator()
6888 sctp_toss_old_cookies(struct sctp_tcb *stcb, struct sctp_association *asoc) in sctp_toss_old_cookies()
6908 struct sctp_association *asoc; in sctp_toss_old_asconf()
6937 struct sctp_association *asoc, in sctp_clean_up_datalist()
7028 sctp_clean_up_ctl(struct sctp_tcb *stcb, struct sctp_association *asoc, int so_locked in sctp_clean_up_ctl()
[all …]
Dsctp_timer.c56 sctp_audit_retranmission_queue(struct sctp_association *asoc) in sctp_audit_retranmission_queue()
424 struct sctp_association *asoc; in sctp_recover_sent_list()
1501 struct sctp_association *asoc; in sctp_autoclose_timer()
Dsctp_pcb.h452 struct sctp_association asoc;
Dsctputil.c490 sctp_log_block(uint8_t from, struct sctp_association *asoc, int sendlen) in sctp_log_block()
722 struct sctp_association *asoc; in sctp_stop_timers_for_shutdown()
884 struct sctp_association *asoc; in sctp_init_asoc()
1118 sctp_print_mapping_array(struct sctp_association *asoc) in sctp_print_mapping_array()
1153 sctp_expand_mapping_array(struct sctp_association *asoc, uint32_t needed) in sctp_expand_mapping_array()
2308 struct sctp_association *asoc, uint32_t mtu) in sctp_mtu_size_reset()
2345 struct sctp_association *asoc, in sctp_calculate_rto()
3706 struct sctp_association *asoc; in sctp_report_all_outbound()
4673 sctp_free_bufspace(struct sctp_tcb *stcb, struct sctp_association *asoc, in sctp_free_bufspace()
Dsctp_pcb.c4172 struct sctp_association *asoc; in sctp_aloc_assoc()
4408 struct sctp_association *asoc; in sctp_remove_net()
4474 struct sctp_association *asoc; in sctp_del_remote_addr()
4638 struct sctp_association *asoc; in sctp_free_assoc()
6784 struct sctp_association *asoc; in sctp_drain_mbufs()
Dsctp_asconf.c595 struct sctp_association *asoc; in sctp_handle_asconf()
1661 struct sctp_association *asoc; in sctp_handle_asconf_ack()
Dsctp_usrreq.c735 struct sctp_association *asoc; in sctp_disconnect()
965 struct sctp_association *asoc; in sctp_shutdown()