Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/netinet/
H A Dtcp_newreno.c96 .pre_fr = tcp_newreno_pre_fr,
H A Dtcp_cc.h204 void (*pre_fr) (struct tcpcb *tp); member
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()
5209 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
5210 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
7491 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()
7492 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
7537 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_unthrottle_tcp()
7538 CC_ALGO(tp)->pre_fr(tp); in inp_fc_unthrottle_tcp()
H A Dtcp_timer.c1871 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()
1872 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()