Searched refs:cumul_ack (Results 1 – 3 of 3) sorted by relevance
2695 tp->westwood.cumul_ack = westwood_mss(tp); in westwood_dupack_update()2700 return (tp->westwood.cumul_ack > westwood_mss(tp)); in westwood_may_change_cumul()2705 tp->westwood.accounted -= tp->westwood.cumul_ack; in westwood_partial_update()2706 tp->westwood.cumul_ack = westwood_mss(tp); in westwood_partial_update()2711 tp->westwood.cumul_ack -= tp->westwood.accounted; in westwood_complete_update()2725 tp->westwood.cumul_ack = westwood_acked(sk); in westwood_acked_count()2730 if (!(tp->westwood.cumul_ack)) in westwood_acked_count()2735 if (tp->westwood.accounted >= tp->westwood.cumul_ack) in westwood_acked_count()2743 return tp->westwood.cumul_ack; in westwood_acked_count()
465 __u32 cumul_ack; member
2007 tp->westwood.cumul_ack = 0; in __tcp_init_westwood()