Home
last modified time | relevance | path

Searched defs:sctp_cc_functions (Results 1 – 2 of 2) sorted by relevance

/external/usrsctp/usrsctplib/netinet/
Dsctp_structs.h759 struct sctp_cc_functions { struct
760 void (*sctp_set_initial_cc_param)(struct sctp_tcb *stcb, struct sctp_nets *net);
761 void (*sctp_cwnd_update_after_sack)(struct sctp_tcb *stcb,
764 void (*sctp_cwnd_update_exit_pf)(struct sctp_tcb *stcb, struct sctp_nets *net);
765 void (*sctp_cwnd_update_after_fr)(struct sctp_tcb *stcb,
767 void (*sctp_cwnd_update_after_timeout)(struct sctp_tcb *stcb,
769 void (*sctp_cwnd_update_after_ecn_echo)(struct sctp_tcb *stcb,
771 void (*sctp_cwnd_update_after_packet_dropped)(struct sctp_tcb *stcb,
774 void (*sctp_cwnd_update_after_output)(struct sctp_tcb *stcb,
776 void (*sctp_cwnd_update_packet_transmitted)(struct sctp_tcb *stcb,
[all …]
Dsctp_cc_functions.c2411 const struct sctp_cc_functions sctp_cc_functions[] = { variable