Searched refs:size_goal (Results 1 – 1 of 1) sorted by relevance
696 int size_goal) in tcp_should_autocork() argument698 return skb->len < size_goal && in tcp_should_autocork()705 int nonagle, int size_goal) in tcp_push() argument718 if (tcp_should_autocork(sk, skb, size_goal)) { in tcp_push()906 u32 new_size_goal, size_goal; in tcp_xmit_size_goal() local916 size_goal = tp->gso_segs * mss_now; in tcp_xmit_size_goal()917 if (unlikely(new_size_goal < size_goal || in tcp_xmit_size_goal()918 new_size_goal >= size_goal + mss_now)) { in tcp_xmit_size_goal()921 size_goal = tp->gso_segs * mss_now; in tcp_xmit_size_goal()924 return max(size_goal, mss_now); in tcp_xmit_size_goal()[all …]