Home
last modified time | relevance | path

Searched refs:cong_signal (Results 1 – 11 of 11) sorted by relevance

/f-stack/freebsd/netinet/cc/
H A Dcc_hd.c153 newreno_cc_algo.cong_signal(ccv, in hd_ack_received()
174 hd_cc_algo.cong_signal = newreno_cc_algo.cong_signal; in hd_mod_init()
H A Dcc_vegas.c114 .cong_signal = vegas_cong_signal,
219 newreno_cc_algo.cong_signal(ccv, signal_type); in vegas_cong_signal()
H A Dcc.h150 void (*cong_signal)(struct cc_var *ccv, uint32_t type); member
H A Dcc_chd.c137 .cong_signal = chd_cong_signal,
377 newreno_cc_algo.cong_signal(ccv, signal_type); in chd_cong_signal()
H A Dcc_dctcp.c97 .cong_signal = dctcp_cong_signal,
295 newreno_cc_algo.cong_signal(ccv, type); in dctcp_cong_signal()
H A Dcc_cdg.c237 .cong_signal = cdg_cong_signal,
487 newreno_cc_algo.cong_signal(ccv, signal_type); in cdg_cong_signal()
H A Dcc_newreno.c99 .cong_signal = newreno_cong_signal,
H A Dcc_htcp.c186 .cong_signal = htcp_cong_signal,
H A Dcc_cubic.c125 .cong_signal = cubic_cong_signal,
/f-stack/freebsd/netinet/
H A Dtcp_input.c493 if (CC_ALGO(tp)->cong_signal != NULL) { in cc_cong_signal()
496 CC_ALGO(tp)->cong_signal(tp->ccv, type); in cc_cong_signal()
/f-stack/freebsd/netinet/tcp_stacks/
H A Drack.c4089 if (CC_ALGO(tp)->cong_signal != NULL) { in rack_cong_signal()
4092 CC_ALGO(tp)->cong_signal(tp->ccv, type); in rack_cong_signal()