Searched refs:snd_cnt (Results 1 – 1 of 1) sorted by relevance
2581 int snd_cnt = 0, limit = 0; in tcp_do_segment() local2600 snd_cnt = howmany((long)tp->sackhint.prr_delivered * in tcp_do_segment()2611 snd_cnt = imin(tp->snd_ssthresh - pipe, limit); in tcp_do_segment()2613 snd_cnt = imax(snd_cnt, 0) / maxseg; in tcp_do_segment()2621 tp->sackhint.sack_bytes_rexmit + (snd_cnt * maxseg)); in tcp_do_segment()3924 int snd_cnt = 0, limit = 0, del_data = 0, pipe = 0; in tcp_prr_partialack() local3949 snd_cnt = howmany((long)tp->sackhint.prr_delivered * in tcp_prr_partialack()3960 snd_cnt = imin((tp->snd_ssthresh - pipe), limit); in tcp_prr_partialack()3962 snd_cnt = imax(snd_cnt, 0) / maxseg; in tcp_prr_partialack()3969 tp->sackhint.sack_bytes_rexmit + (snd_cnt * maxseg)); in tcp_prr_partialack()