Searched refs:sk_gso_max_size (Results 1 – 5 of 5) sorted by relevance
2265 if (r < BITS_PER_TYPE(sk->sk_gso_max_size)) in tcp_tso_autosize()2266 bytes += sk->sk_gso_max_size >> r; in tcp_tso_autosize()2268 bytes = min_t(unsigned long, bytes, sk->sk_gso_max_size); in tcp_tso_autosize()
967 new_size_goal = tcp_bound_to_half_wnd(tp, sk->sk_gso_max_size); in tcp_xmit_size_goal()
2663 sk->sk_gso_max_size = sk_dst_gso_max_size(sk, dev); in sk_setup_caps()4621 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_tx, sk_gso_max_size); in sock_struct_check()
1423 if (unlikely(ssk->sk_gso_max_size > MPTCP_MAX_GSO_SIZE)) in mptcp_sendmsg_frag()1424 ssk->sk_gso_max_size = MPTCP_MAX_GSO_SIZE; in mptcp_sendmsg_frag()
523 unsigned int sk_gso_max_size; member