Home
last modified time | relevance | path

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

/linux-2.4.37.9/net/ipv4/
Dproc.c76 atomic_read(&tcp_orphan_count), tcp_tw_count, in afinet_get_info()
Dtcp.c271 atomic_t tcp_orphan_count = ATOMIC_INIT(0); variable
634 atomic_inc(&tcp_orphan_count); in tcp_listen_stop()
1906 atomic_dec(&tcp_orphan_count); in tcp_destroy_sock()
2046 atomic_inc(&tcp_orphan_count); in tcp_close()
2054 if (atomic_read(&tcp_orphan_count) > sysctl_tcp_max_orphans || in tcp_close()
2064 atomic_inc(&tcp_orphan_count); in tcp_close()
Dtcp_timer.c107 int orphans = atomic_read(&tcp_orphan_count); in tcp_out_of_resources()
/linux-2.4.37.9/include/net/
Dtcp.h208 extern atomic_t tcp_orphan_count;