Searched refs:orphans (Results 1 – 3 of 3) sorted by relevance
56 int orphans, sockets; in sockstat_seq_show() local59 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()
330 int orphans = percpu_counter_read_positive(ocp); in tcp_too_many_orphans() local332 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()
100 internal data structures and they cannot be detected as orphans. To