Searched refs:missing_bytes (Results 1 – 1 of 1) sorted by relevance
2766 int missing_bytes; in tcp_write_xmit() local 2789 missing_bytes = cwnd_quota * mss_now - skb->len; in tcp_write_xmit() 2790 if (missing_bytes > 0) in tcp_write_xmit() 2791 tcp_grow_skb(sk, skb, missing_bytes); in tcp_write_xmit()