Searched refs:post_fr (Results 1 - 4 of 4) sorted by relevance

/xnu-2422.115.4/bsd/netinet/
H A Dtcp_cc.h103 void (*post_fr) (struct tcpcb *tp, struct tcphdr *th); member in struct:tcp_cc_algo
H A Dtcp_newreno.c106 .post_fr = tcp_newreno_post_fr,
H A Dtcp_ledbat.c78 .post_fr = tcp_ledbat_post_fr,
H A Dtcp_input.c3634 if (CC_ALGO(tp)->post_fr != NULL)
3635 CC_ALGO(tp)->post_fr(tp, th);

Completed in 78 milliseconds