Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv4/
Dproc.c59 orphans = percpu_counter_sum_positive(&tcp_orphan_count); in sockstat_seq_show()
Dtcp.c286 struct percpu_counter tcp_orphan_count; variable
287 EXPORT_SYMBOL_GPL(tcp_orphan_count);
3836 percpu_counter_init(&tcp_orphan_count, 0, GFP_KERNEL); in tcp_init()
Dtcp_ipv4.c2474 .orphan_count = &tcp_orphan_count,
/Linux-v4.19/include/net/
Dtcp.h53 extern struct percpu_counter tcp_orphan_count;
/Linux-v4.19/net/ipv6/
Dtcp_ipv6.c1976 .orphan_count = &tcp_orphan_count,