Home
last modified time | relevance | path

Searched refs:orphans (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/net/ipv4/
Dproc.c56 int orphans, sockets; in sockstat_seq_show() local
59 orphans = percpu_counter_sum_positive(&tcp_orphan_count); in sockstat_seq_show()
65 sock_prot_inuse_get(net, &tcp_prot), orphans, in sockstat_seq_show()
/linux-4.4.14/include/net/
Dtcp.h330 int orphans = percpu_counter_read_positive(ocp); in tcp_too_many_orphans() local
332 if (orphans << shift > sysctl_tcp_max_orphans) { in tcp_too_many_orphans()
333 orphans = percpu_counter_sum_positive(ocp); in tcp_too_many_orphans()
334 if (orphans << shift > sysctl_tcp_max_orphans) in tcp_too_many_orphans()
/linux-4.4.14/Documentation/
Dkmemleak.txt100 internal data structures and they cannot be detected as orphans. To