Home
last modified time | relevance | path

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

/linux/net/ipv4/
H A Dtcp.c296 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()
H A Dtcp_ipv4.c3527 .orphan_count = &tcp_orphan_count,