Searched refs:size_goal (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/net/ipv4/ |
| H A D | tcp.c | 718 int size_goal) in tcp_should_autocork() argument 720 return skb->len < size_goal && in tcp_should_autocork() 728 int nonagle, int size_goal) in tcp_push() argument 923 u32 new_size_goal, size_goal; in tcp_xmit_size_goal() local 932 size_goal = tp->gso_segs * mss_now; in tcp_xmit_size_goal() 937 size_goal = tp->gso_segs * mss_now; in tcp_xmit_size_goal() 940 return max(size_goal, mss_now); in tcp_xmit_size_goal() 1161 copy = size_goal - skb->len; in tcp_sendmsg_locked() 1187 copy = size_goal; in tcp_sendmsg_locked() 1322 TCP_NAGLE_PUSH, size_goal); in tcp_sendmsg_locked() [all …]
|
| /linux-6.15/net/mptcp/ |
| H A D | protocol.c | 1035 int size_goal; member 1173 info->mss_now = tcp_send_mss(ssk, &info->size_goal, info->flags); in mptcp_sendmsg_frag() 1174 copy = info->size_goal; in mptcp_sendmsg_frag() 1402 tcp_push(ssk, 0, info->mss_now, tcp_sk(ssk)->nonagle, info->size_goal); in mptcp_push_release() 1608 info.size_goal); in __mptcp_subflow_push_pending() 2603 info.size_goal); in __mptcp_retrans()
|
| /linux-6.15/include/net/ |
| H A D | tcp.h | 339 int tcp_send_mss(struct sock *sk, int *size_goal, int flags); 342 int size_goal);
|