Searched refs:size_goal (Results 1 – 1 of 1) sorted by relevance
650 int size_goal) in tcp_should_autocork() argument652 return skb->len < size_goal && in tcp_should_autocork()659 int nonagle, int size_goal) in tcp_push() argument673 if (tcp_should_autocork(sk, skb, size_goal)) { in tcp_push()843 u32 new_size_goal, size_goal; in tcp_xmit_size_goal() local853 size_goal = tp->gso_segs * mss_now; in tcp_xmit_size_goal()854 if (unlikely(new_size_goal < size_goal || in tcp_xmit_size_goal()855 new_size_goal >= size_goal + mss_now)) { in tcp_xmit_size_goal()858 size_goal = tp->gso_segs * mss_now; in tcp_xmit_size_goal()861 return max(size_goal, mss_now); in tcp_xmit_size_goal()[all …]