Lines Matching defs:sctp_cc_functions
759 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,
778 void (*sctp_cwnd_update_tsn_acknowledged)(struct sctp_nets *net,
780 void (*sctp_cwnd_new_transmission_begins)(struct sctp_tcb *stcb,
782 void (*sctp_cwnd_prepare_net_for_sack)(struct sctp_tcb *stcb,
784 int (*sctp_cwnd_socket_option)(struct sctp_tcb *stcb, int set, struct sctp_cc_option *);
785 void (*sctp_rtt_calculated)(struct sctp_tcb *, struct sctp_nets *, struct timeval *);