Searched refs:post_fr (Results 1 – 5 of 5) sorted by relevance
206 void (*post_fr) (struct tcpcb *tp, struct tcphdr *th); member
97 .post_fr = tcp_newreno_post_fr,
74 .post_fr = tcp_ledbat_post_fr,
64 .post_fr = tcp_cubic_post_fr,
5052 if (CC_ALGO(tp)->post_fr != NULL) { in tcp_input()5053 CC_ALGO(tp)->post_fr(tp, th); in tcp_input()7148 if (CC_ALGO(tp)->post_fr != NULL) { in inp_fc_unthrottle_tcp()7149 CC_ALGO(tp)->post_fr(tp, NULL); in inp_fc_unthrottle_tcp()