Searched refs:missing_bytes (Results 1 – 1 of 1) sorted by relevance
2997 int missing_bytes; in tcp_write_xmit() local3020 missing_bytes = cwnd_quota * mss_now - skb->len; in tcp_write_xmit()3021 if (missing_bytes > 0) in tcp_write_xmit()3022 tcp_grow_skb(sk, skb, missing_bytes); in tcp_write_xmit()