Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h1251 static inline __u32 tcp_max_tso_deferred_mss(const struct tcp_sock *tp) in tcp_max_tso_deferred_mss() function
/OK3568_Linux_fs/kernel/net/ipv4/
H A Dtcp_output.c2233 if (limit > tcp_max_tso_deferred_mss(tp) * tp->mss_cache) in tcp_tso_should_defer()