Searched defs:sctp_cc_functions (Results 1 – 2 of 2) sorted by relevance
698 struct sctp_cc_functions { struct700 void (*sctp_cwnd_update_after_sack) (struct sctp_tcb *stcb,704 void (*sctp_cwnd_update_after_fr) (struct sctp_tcb *stcb,706 void (*sctp_cwnd_update_after_timeout) (struct sctp_tcb *stcb,708 void (*sctp_cwnd_update_after_ecn_echo) (struct sctp_tcb *stcb,710 void (*sctp_cwnd_update_after_packet_dropped) (struct sctp_tcb *stcb,713 void (*sctp_cwnd_update_after_output) (struct sctp_tcb *stcb,715 void (*sctp_cwnd_update_packet_transmitted) (struct sctp_tcb *stcb,717 void (*sctp_cwnd_update_tsn_acknowledged) (struct sctp_nets *net,719 void (*sctp_cwnd_new_transmission_begins) (struct sctp_tcb *stcb,[all …]
2321 const struct sctp_cc_functions sctp_cc_functions[] = { variable