Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/netinet/
H A Dtcp_cc.h204 void (*pre_fr) (struct tcpcb *tp); member
H A Dtcp_newreno.c96 .pre_fr = tcp_newreno_pre_fr,
H A Dtcp_ledbat.c73 .pre_fr = tcp_ledbat_pre_fr,
H A Dtcp_cubic.c63 .pre_fr = tcp_cubic_pre_fr,
H A Dtcp_prague.c57 .pre_fr = tcp_prague_pre_fr,
H A Dtcp_input.c856 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_enter_fast_recovery()
857 CC_ALGO(tp)->pre_fr(tp); in tcp_enter_fast_recovery()
5133 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
5134 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
7404 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()
7405 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
7444 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()
7445 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()
H A Dtcp_timer.c1855 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()
1856 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()