Home
last modified time | relevance | path

Searched refs:post_fr (Results 1 – 5 of 5) sorted by relevance

/xnu-8019.80.24/bsd/netinet/
H A Dtcp_cc.h206 void (*post_fr) (struct tcpcb *tp, struct tcphdr *th); member
H A Dtcp_newreno.c104 .post_fr = tcp_newreno_post_fr,
H A Dtcp_ledbat.c83 .post_fr = tcp_ledbat_post_fr,
H A Dtcp_cubic.c78 .post_fr = tcp_cubic_post_fr,
H A Dtcp_input.c4735 if (CC_ALGO(tp)->post_fr != NULL) { in tcp_input()
4736 CC_ALGO(tp)->post_fr(tp, th); in tcp_input()
6789 if (CC_ALGO(tp)->post_fr != NULL) { in inp_fc_unthrottle_tcp()
6790 CC_ALGO(tp)->post_fr(tp, NULL); in inp_fc_unthrottle_tcp()