Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/netinet/
H A Dtcp_cc.h205 void (*pre_fr) (struct tcpcb *tp); member
H A Dtcp_newreno.c96 .pre_fr = tcp_newreno_pre_fr,
H A Dtcp_cubic.c63 .pre_fr = tcp_cubic_pre_fr,
H A Dtcp_ledbat.c73 .pre_fr = tcp_ledbat_pre_fr,
H A Dtcp_prague.c56 .pre_fr = tcp_prague_pre_fr,
H A Dtcp_input.c834 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_local_congestion_notification()
835 CC_ALGO(tp)->pre_fr(tp); in tcp_local_congestion_notification()
854 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_enter_fast_recovery()
855 CC_ALGO(tp)->pre_fr(tp); in tcp_enter_fast_recovery()
5392 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_input()
5393 CC_ALGO(tp)->pre_fr(tp); in tcp_input()
7685 if (CC_ALGO(tp)->pre_fr != NULL) { in inp_fc_throttle_tcp()
7686 CC_ALGO(tp)->pre_fr(tp); in inp_fc_throttle_tcp()
H A Dtcp_timer.c1817 if (CC_ALGO(tp)->pre_fr != NULL) { in tcp_timers()
1818 CC_ALGO(tp)->pre_fr(tp); in tcp_timers()