Home
last modified time | relevance | path

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

/net/ipv4/
Dproc.c58 orphans = percpu_counter_sum_positive(&tcp_orphan_count); in sockstat_seq_show()
Dtcp.c291 struct percpu_counter tcp_orphan_count; variable
292 EXPORT_SYMBOL_GPL(tcp_orphan_count);
3205 percpu_counter_init(&tcp_orphan_count, 0, GFP_KERNEL); in tcp_init()
Dtcp_ipv4.c2370 .orphan_count = &tcp_orphan_count,
/net/ipv6/
Dtcp_ipv6.c1931 .orphan_count = &tcp_orphan_count,