Searched defs:sctp_cc_functions (Results 1 – 2 of 2) sorted by relevance
722 struct sctp_cc_functions { struct723 void (*sctp_set_initial_cc_param)(struct sctp_tcb *stcb, struct sctp_nets *net);724 void (*sctp_cwnd_update_after_sack)(struct sctp_tcb *stcb,727 void (*sctp_cwnd_update_exit_pf)(struct sctp_tcb *stcb, struct sctp_nets *net);728 void (*sctp_cwnd_update_after_fr)(struct sctp_tcb *stcb,730 void (*sctp_cwnd_update_after_timeout)(struct sctp_tcb *stcb,732 void (*sctp_cwnd_update_after_ecn_echo)(struct sctp_tcb *stcb,734 void (*sctp_cwnd_update_after_packet_dropped)(struct sctp_tcb *stcb,737 void (*sctp_cwnd_update_after_output)(struct sctp_tcb *stcb,739 void (*sctp_cwnd_update_packet_transmitted)(struct sctp_tcb *stcb,[all …]
2386 struct sctp_cc_functions sctp_cc_functions[] = { variable