Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/netinet/
H A Dtcp_cc.h218 void (*switch_to)(struct tcpcb *tp); member
262 void (*switch_to) (struct tcpcb *tp); member
H A Dtcp_newreno.c108 .switch_to = tcp_newreno_switch_cc
H A Dtcp_rledbat.c71 .switch_to = tcp_rledbat_switch_to,
H A Dtcp_ledbat.c87 .switch_to = tcp_ledbat_switch_cc
H A Dtcp_cubic.c82 .switch_to = tcp_cubic_switch_cc
H A Dtcp_input.c6739 if (CC_ALGO(tp)->switch_to != NULL) { in tcp_set_new_cc()
6740 CC_ALGO(tp)->switch_to(tp); in tcp_set_new_cc()
6756 if (TCP_RLEDBAT_ENABLED(tp) && tcp_cc_rledbat.switch_to != NULL) { in tcp_set_recv_bg()
6757 tcp_cc_rledbat.switch_to(tp); in tcp_set_recv_bg()