Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv4/
H A Dtcp.c2531 static int tcp_orphan_cache; variable
2537 WRITE_ONCE(tcp_orphan_cache, tcp_orphan_count_sum()); in tcp_orphan_update()
2543 return READ_ONCE(tcp_orphan_cache) << shift > in tcp_too_many_orphans()
/kernel/linux/linux-6.6/net/ipv4/
H A Dtcp.c2731 static int tcp_orphan_cache; variable
2737 WRITE_ONCE(tcp_orphan_cache, tcp_orphan_count_sum()); in tcp_orphan_update()
2743 return READ_ONCE(tcp_orphan_cache) << shift > in tcp_too_many_orphans()

Completed in 11 milliseconds