Home
last modified time | relevance | path

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

/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.c2024 if (r < BITS_PER_TYPE(sk->sk_gso_max_size)) in tcp_tso_autosize()
2025 bytes += sk->sk_gso_max_size >> r; in tcp_tso_autosize()
2027 bytes = min_t(unsigned long, bytes, sk->sk_gso_max_size); in tcp_tso_autosize()
H A Dtcp.c921 new_size_goal = tcp_bound_to_half_wnd(tp, sk->sk_gso_max_size); in tcp_xmit_size_goal()
/linux/net/core/
H A Dsock.c2531 sk->sk_gso_max_size = sk_dst_gso_max_size(sk, dst); in sk_setup_caps()
4377 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_tx, sk_gso_max_size); in sock_struct_check()
/linux/net/mptcp/
H A Dprotocol.c1272 if (unlikely(ssk->sk_gso_max_size > MPTCP_MAX_GSO_SIZE)) in mptcp_sendmsg_frag()
1273 ssk->sk_gso_max_size = MPTCP_MAX_GSO_SIZE; in mptcp_sendmsg_frag()
/linux/include/net/
H A Dsock.h487 unsigned int sk_gso_max_size; member