Searched refs:size_goal (Results 1 – 1 of 1) sorted by relevance
687 int size_goal) in tcp_should_autocork() argument689 return skb->len < size_goal && in tcp_should_autocork()696 int nonagle, int size_goal) in tcp_push() argument709 if (tcp_should_autocork(sk, skb, size_goal)) { in tcp_push()909 u32 new_size_goal, size_goal; in tcp_xmit_size_goal() local919 size_goal = tp->gso_segs * mss_now; in tcp_xmit_size_goal()920 if (unlikely(new_size_goal < size_goal || in tcp_xmit_size_goal()921 new_size_goal >= size_goal + mss_now)) { in tcp_xmit_size_goal()924 size_goal = tp->gso_segs * mss_now; in tcp_xmit_size_goal()927 return max(size_goal, mss_now); in tcp_xmit_size_goal()[all …]