Searched refs:sk_gso_max_size (Results 1 – 5 of 5) sorted by relevance
383 div64_ul((u64)sk->sk_gso_max_size * 4 * USEC_PER_SEC, rate)); in hystart_ack_delay()
1979 if (r < BITS_PER_TYPE(sk->sk_gso_max_size)) in tcp_tso_autosize()1980 bytes += sk->sk_gso_max_size >> r; in tcp_tso_autosize()1982 bytes = min_t(unsigned long, bytes, sk->sk_gso_max_size); in tcp_tso_autosize()
898 new_size_goal = tcp_bound_to_half_wnd(tp, sk->sk_gso_max_size); in tcp_xmit_size_goal()
469 unsigned int sk_gso_max_size; member
2402 sk->sk_gso_max_size = sk_dst_gso_max_size(sk, dst); in sk_setup_caps()
Completed in 30 milliseconds