Searched refs:switch_to (Results 1 – 7 of 7) sorted by relevance
225 void (*switch_to)(struct tcpcb *tp); member267 void (*switch_to) (struct tcpcb *tp); member
101 .switch_to = tcp_newreno_switch_cc
57 .switch_to = tcp_rledbat_switch_to,
78 .switch_to = tcp_ledbat_switch_cc
68 .switch_to = tcp_cubic_switch_cc
64 .switch_to = tcp_prague_switch_cc
7380 if (CC_ALGO(tp)->switch_to != NULL) { in tcp_set_new_cc()7381 CC_ALGO(tp)->switch_to(tp); in tcp_set_new_cc()7397 if (TCP_RLEDBAT_ENABLED(tp) && tcp_cc_rledbat.switch_to != NULL) { in tcp_set_recv_bg()7398 tcp_cc_rledbat.switch_to(tp); in tcp_set_recv_bg()