Searched defs:sctp_cc_functions (Results 1 – 2 of 2) sorted by relevance
756 struct sctp_cc_functions { struct757 void (*sctp_set_initial_cc_param)(struct sctp_tcb *stcb, struct sctp_nets *net);758 void (*sctp_cwnd_update_after_sack)(struct sctp_tcb *stcb,761 void (*sctp_cwnd_update_exit_pf)(struct sctp_tcb *stcb, struct sctp_nets *net);762 void (*sctp_cwnd_update_after_fr)(struct sctp_tcb *stcb,764 void (*sctp_cwnd_update_after_timeout)(struct sctp_tcb *stcb,766 void (*sctp_cwnd_update_after_ecn_echo)(struct sctp_tcb *stcb,768 void (*sctp_cwnd_update_after_packet_dropped)(struct sctp_tcb *stcb,771 void (*sctp_cwnd_update_after_output)(struct sctp_tcb *stcb,773 void (*sctp_cwnd_update_packet_transmitted)(struct sctp_tcb *stcb,[all …]
2411 const struct sctp_cc_functions sctp_cc_functions[] = { variable