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

/freebsd-13-stable/sys/netinet/
H A Dtcp_input.c3954 int snd_cnt = 0, limit = 0, del_data = 0, pipe = 0; local
3977 snd_cnt = howmany((long)tp->sackhint.prr_delivered *
3988 snd_cnt = imin((tp->snd_ssthresh - pipe), limit);
3990 snd_cnt = imax(snd_cnt, 0) / maxseg;
3992 * Send snd_cnt new data into the network in response to this ack.
3998 tp->sackhint.sack_bytes_rexmit + (snd_cnt * maxseg));
4001 (snd_cnt * maxseg));

Completed in 63 milliseconds