Home
last modified time | relevance | path

Searched refs:tcp_sack_cache_ok (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp_input.c1801 static int tcp_sack_cache_ok(const struct tcp_sock *tp, const struct tcp_sack_block *cache) in tcp_sack_cache_ok() function
1907 while (tcp_sack_cache_ok(tp, cache) && !cache->start_seq && in tcp_sacktag_write_queue()
1922 while (tcp_sack_cache_ok(tp, cache) && in tcp_sacktag_write_queue()
1927 if (tcp_sack_cache_ok(tp, cache) && !dup_sack && in tcp_sacktag_write_queue()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp_input.c1820 static int tcp_sack_cache_ok(const struct tcp_sock *tp, const struct tcp_sack_block *cache) in tcp_sack_cache_ok() function
1926 while (tcp_sack_cache_ok(tp, cache) && !cache->start_seq && in tcp_sacktag_write_queue()
1941 while (tcp_sack_cache_ok(tp, cache) && in tcp_sacktag_write_queue()
1946 if (tcp_sack_cache_ok(tp, cache) && !dup_sack && in tcp_sacktag_write_queue()

Completed in 17 milliseconds