Searched refs:tcp_orphan_count (Results 1 – 2 of 2) sorted by relevance
296 DEFINE_PER_CPU(unsigned int, tcp_orphan_count);297 EXPORT_PER_CPU_SYMBOL_GPL(tcp_orphan_count);3057 total += per_cpu(tcp_orphan_count, i); in tcp_orphan_count_sum()3198 this_cpu_inc(tcp_orphan_count); in __tcp_close()
3527 .orphan_count = &tcp_orphan_count,