Home
last modified time | relevance | path

Searched refs:tcp_max_tso_deferred_mss (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/net/
H A Dtcp.h1257 static inline __u32 tcp_max_tso_deferred_mss(const struct tcp_sock *tp) in tcp_max_tso_deferred_mss() function
/kernel/linux/linux-6.6/include/net/
H A Dtcp.h1278 static inline __u32 tcp_max_tso_deferred_mss(const struct tcp_sock *tp) in tcp_max_tso_deferred_mss() function
/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_output.c2234 if (limit > tcp_max_tso_deferred_mss(tp) * tp->mss_cache) in tcp_tso_should_defer()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_output.c2239 if (limit > tcp_max_tso_deferred_mss(tp) * tp->mss_cache) in tcp_tso_should_defer()

Completed in 20 milliseconds