Home
last modified time | relevance | path

Searched refs:tcp_max_tso_deferred_mss (Results 1 – 2 of 2) sorted by relevance

/Linux-v6.6/include/net/
Dtcp.h1276 static inline __u32 tcp_max_tso_deferred_mss(const struct tcp_sock *tp) in tcp_max_tso_deferred_mss() function
/Linux-v6.6/net/ipv4/
Dtcp_output.c2239 if (limit > tcp_max_tso_deferred_mss(tp) * tp->mss_cache) in tcp_tso_should_defer()