Home
last modified time | relevance | path

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

/Linux-v5.15/include/net/
Dtcp.h1246 static inline __u32 tcp_max_tso_deferred_mss(const struct tcp_sock *tp) in tcp_max_tso_deferred_mss() function
/Linux-v5.15/net/ipv4/
Dtcp_output.c2232 if (limit > tcp_max_tso_deferred_mss(tp) * tp->mss_cache) in tcp_tso_should_defer()