Home
last modified time | relevance | path

Searched refs:sctp_cwnd_update_after_output (Results 1 – 3 of 3) sorted by relevance

/freebsd-13-stable/sys/netinet/
HDsctp_cc_functions.c1261 sctp_cwnd_update_after_output(struct sctp_tcb *stcb, in sctp_cwnd_update_after_output() function
2325 .sctp_cwnd_update_after_output = sctp_cwnd_update_after_output,
2335 .sctp_cwnd_update_after_output = sctp_cwnd_update_after_output,
2345 .sctp_cwnd_update_after_output = sctp_cwnd_update_after_output,
2355 .sctp_cwnd_update_after_output = sctp_cwnd_update_after_output,
HDsctp_structs.h715 void (*sctp_cwnd_update_after_output) (struct sctp_tcb *stcb, member
HDsctp_output.c10074 asoc->cc_functions.sctp_cwnd_update_after_output(stcb, net, asoc->max_burst); in sctp_chunk_output()