Searched refs:sk_gso_max_size (Results 1 – 5 of 5) sorted by relevance
2027 if (r < BITS_PER_TYPE(sk->sk_gso_max_size)) in tcp_tso_autosize()2028 bytes += sk->sk_gso_max_size >> r; in tcp_tso_autosize()2030 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()
2564 sk->sk_gso_max_size = sk_dst_gso_max_size(sk, dst); in sk_setup_caps()4417 CACHELINE_ASSERT_GROUP_MEMBER(struct sock, sock_read_tx, sk_gso_max_size); in sock_struct_check()
1273 if (unlikely(ssk->sk_gso_max_size > MPTCP_MAX_GSO_SIZE)) in mptcp_sendmsg_frag()1274 ssk->sk_gso_max_size = MPTCP_MAX_GSO_SIZE; in mptcp_sendmsg_frag()
487 unsigned int sk_gso_max_size; member