Searched refs:snd_cnt (Results 1 – 1 of 1) sorted by relevance
4024 int snd_cnt = 0, limit = 0, del_data = 0, pipe = 0; in tcp_do_prr_ack() local4058 snd_cnt = howmany((long)tp->sackhint.prr_delivered * in tcp_do_prr_ack()4079 snd_cnt = imin((tp->snd_ssthresh - pipe), limit); in tcp_do_prr_ack()4081 snd_cnt = imax(snd_cnt, 0) / maxseg; in tcp_do_prr_ack()4091 (snd_cnt * maxseg); in tcp_do_prr_ack()4094 (snd_cnt * maxseg); in tcp_do_prr_ack()4097 tp->snd_cwnd = pipe - del_data + (snd_cnt * maxseg); in tcp_do_prr_ack()