Home
last modified time | relevance | path

Searched refs:switch_to (Results 1 – 7 of 7) sorted by relevance

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cc.h226 void (*switch_to)(struct tcpcb *tp); member
268 void (*switch_to) (struct tcpcb *tp); member
H A Dtcp_newreno.c101 .switch_to = tcp_newreno_switch_cc
H A Dtcp_cubic.c68 .switch_to = tcp_cubic_switch_cc
H A Dtcp_rledbat.c57 .switch_to = tcp_rledbat_switch_to,
H A Dtcp_ledbat.c78 .switch_to = tcp_ledbat_switch_cc
H A Dtcp_prague.c63 .switch_to = tcp_prague_switch_cc
H A Dtcp_input.c7645 if (CC_ALGO(tp)->switch_to != NULL) { in tcp_set_new_cc()
7646 CC_ALGO(tp)->switch_to(tp); in tcp_set_new_cc()
7662 if (TCP_RLEDBAT_ENABLED(tp) && tcp_cc_rledbat.switch_to != NULL) { in tcp_set_recv_bg()
7663 tcp_cc_rledbat.switch_to(tp); in tcp_set_recv_bg()