Home
last modified time | relevance | path

Searched refs:sk_gso_max_size (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/net/ipv4/
H A Dtcp_cubic.c383 div64_ul((u64)sk->sk_gso_max_size * 4 * USEC_PER_SEC, rate)); in hystart_ack_delay()
H A Dtcp_output.c1989 if (r < BITS_PER_TYPE(sk->sk_gso_max_size)) in tcp_tso_autosize()
1990 bytes += sk->sk_gso_max_size >> r; in tcp_tso_autosize()
1992 bytes = min_t(unsigned long, bytes, sk->sk_gso_max_size); in tcp_tso_autosize()
H A Dtcp.c907 new_size_goal = tcp_bound_to_half_wnd(tp, sk->sk_gso_max_size); in tcp_xmit_size_goal()
/openbmc/linux/net/mptcp/
H A Dprotocol.c1267 if (unlikely(ssk->sk_gso_max_size > MPTCP_MAX_GSO_SIZE)) in mptcp_sendmsg_frag()
1268 ssk->sk_gso_max_size = MPTCP_MAX_GSO_SIZE; in mptcp_sendmsg_frag()
/openbmc/linux/include/net/
H A Dsock.h287 * @sk_gso_max_size: Maximum GSO segment size to build
471 unsigned int sk_gso_max_size; member
/openbmc/linux/net/core/
H A Dsock.c2452 sk->sk_gso_max_size = sk_dst_gso_max_size(sk, dst); in sk_setup_caps()