Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/ipv4/
H A Dproc.c56 orphans = percpu_counter_sum_positive(&tcp_orphan_count); in sockstat_seq_show()
H A Dtcp.c285 struct percpu_counter tcp_orphan_count; variable
286 EXPORT_SYMBOL_GPL(tcp_orphan_count);
4236 percpu_counter_init(&tcp_orphan_count, 0, GFP_KERNEL); in tcp_init()
H A Dtcp_ipv4.c2812 .orphan_count = &tcp_orphan_count,
/OK3568_Linux_fs/kernel/include/net/
H A Dtcp.h51 extern struct percpu_counter tcp_orphan_count;
/OK3568_Linux_fs/kernel/net/ipv6/
H A Dtcp_ipv6.c2159 .orphan_count = &tcp_orphan_count,