Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_structs.h700 struct sctp_cc_functions { struct
701 void (*sctp_set_initial_cc_param) (struct sctp_tcb *stcb, struct sctp_nets *net);
702 void (*sctp_cwnd_update_after_sack) (struct sctp_tcb *stcb,
705 void (*sctp_cwnd_update_exit_pf) (struct sctp_tcb *stcb, struct sctp_nets *net);
706 void (*sctp_cwnd_update_after_fr) (struct sctp_tcb *stcb,
708 void (*sctp_cwnd_update_after_timeout) (struct sctp_tcb *stcb,
710 void (*sctp_cwnd_update_after_ecn_echo) (struct sctp_tcb *stcb,
712 void (*sctp_cwnd_update_after_packet_dropped) (struct sctp_tcb *stcb,
715 void (*sctp_cwnd_update_after_output) (struct sctp_tcb *stcb,
717 void (*sctp_cwnd_update_packet_transmitted) (struct sctp_tcb *stcb,
[all …]
H A Dsctp_cc_functions.c2322 const struct sctp_cc_functions sctp_cc_functions[] = { variable