Home
last modified time | relevance | path

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

/f-stack/freebsd/netinet/
H A Dsctp_structs.h698 struct sctp_cc_functions { struct
700 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 …]
H A Dsctp_cc_functions.c2321 const struct sctp_cc_functions sctp_cc_functions[] = { variable