Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/netinet/
H A Dtcp_cc.h207 void (*post_fr) (struct tcpcb *tp, struct tcphdr *th); member
H A Dtcp_newreno.c97 .post_fr = tcp_newreno_post_fr,
H A Dtcp_ledbat.c74 .post_fr = tcp_ledbat_post_fr,
H A Dtcp_cubic.c64 .post_fr = tcp_cubic_post_fr,
H A Dtcp_prague.c58 .post_fr = tcp_prague_post_fr,
H A Dtcp_input.c5254 if (CC_ALGO(tp)->post_fr != NULL) { in tcp_input()
5255 CC_ALGO(tp)->post_fr(tp, th); in tcp_input()
7436 if (CC_ALGO(tp)->post_fr != NULL) { in inp_fc_unthrottle_tcp()
7437 CC_ALGO(tp)->post_fr(tp, NULL); in inp_fc_unthrottle_tcp()