Searched refs:del_data (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
3961 * (del_data) and an estimate of how many bytes are in the
3964 del_data = tp->sackhint.delivered_data;
3969 tp->sackhint.prr_delivered += del_data;
3986 tp->sackhint.prr_out, del_data) +
4000 tp->snd_cwnd = imax(maxseg, pipe - del_data +

Completed in 171 milliseconds