Sridhar Samudrala
47da8ee681
[TCP]: Export accept queue len of a TCP listening socket via rx_queue
...
While debugging a TCP server hang issue, we noticed that currently there is
no way for a user to get the acceptq backlog value for a TCP listen socket.
All the standard networking utilities that display socket info like netstat,
ss and /proc/net/tcp have 2 fields called rx_queue and tx_queue. These
fields do not mean much for listening sockets. This patch uses one of these
unused fields(rx_queue) to export the accept queue len for listening sockets.
Signed-off-by: Sridhar Samudrala <sri@us.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2006-06-29 16:57:57 -07:00
..
2006-03-26 08:56:55 -08:00
2006-06-29 16:57:55 -07:00
2006-06-29 16:57:53 -07:00
2006-06-17 21:28:41 -07:00
2006-04-14 15:00:20 -07:00
2006-04-14 15:00:20 -07:00
2006-06-17 21:28:41 -07:00
2006-06-17 20:37:28 -07:00
2006-01-03 13:11:21 -08:00
2006-03-23 01:16:06 -08:00
2006-02-09 16:43:41 -08:00
2006-04-09 22:25:23 -07:00
2006-06-17 21:29:41 -07:00
2006-06-17 21:29:37 -07:00
2006-03-20 22:52:32 -08:00
2006-01-09 14:56:56 -08:00
2006-04-14 15:00:20 -07:00
2006-01-03 13:10:54 -08:00
2006-01-09 14:16:18 -08:00
2006-06-12 13:09:59 -07:00
2006-04-09 22:43:55 -07:00
2006-04-09 22:25:29 -07:00
2006-05-06 18:11:39 -07:00
2006-05-09 15:18:50 -07:00
2006-06-23 02:07:29 -07:00
2006-03-20 22:48:35 -08:00
2006-06-17 21:30:16 -07:00
2006-03-20 22:23:58 -08:00
2006-04-09 22:25:25 -07:00
2006-03-20 22:32:28 -08:00
2006-06-17 21:29:25 -07:00
2006-06-17 21:29:31 -07:00
2006-02-02 16:59:16 -08:00
2006-04-09 22:25:41 -07:00
2006-04-11 06:18:31 -07:00
2006-06-17 21:29:39 -07:00
2006-06-25 10:01:01 -07:00
2006-01-03 13:10:38 -08:00
2006-06-17 21:30:53 -07:00
2006-06-17 21:29:29 -07:00
2006-06-17 21:29:29 -07:00
2006-06-17 21:29:29 -07:00
2006-06-17 21:29:29 -07:00
2006-06-29 16:57:57 -07:00
2006-06-17 21:29:33 -07:00
2006-06-17 21:29:29 -07:00
2005-11-10 16:53:30 -08:00
2006-06-23 02:07:29 -07:00
2006-06-29 16:57:57 -07:00
2006-06-17 21:29:21 -07:00
2006-01-03 13:10:47 -08:00
2006-06-23 02:07:29 -07:00
2006-06-17 21:29:35 -07:00
2005-11-10 17:07:24 -08:00
2006-03-20 17:53:41 -08:00
2006-01-04 13:59:32 -08:00
2006-06-17 21:29:29 -07:00
2006-06-17 21:30:38 -07:00
2006-06-29 16:57:53 -07:00
2006-04-09 22:25:25 -07:00
2006-03-20 22:48:35 -08:00
2006-06-17 21:28:39 -07:00
2006-06-17 21:28:41 -07:00
2006-06-17 21:28:39 -07:00
2006-06-23 02:07:38 -07:00
2006-06-17 21:28:37 -07:00
2006-06-17 21:28:37 -07:00
2006-04-01 00:52:46 -08:00