Searched refs:sk_gso_max_size (Results 1 – 6 of 6) sorted by relevance
383 div64_ul((u64)sk->sk_gso_max_size * 4 * USEC_PER_SEC, rate)); in hystart_ack_delay()
2024 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()
921 new_size_goal = tcp_bound_to_half_wnd(tp, sk->sk_gso_max_size); in tcp_xmit_size_goal()
2531 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()
1272 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()
487 unsigned int sk_gso_max_size; member