Re: [PATCH] Export accept queue len of a TCP listening socket via rx_queue

2006-06-27 Thread David Miller
From: Sridhar Samudrala <[EMAIL PROTECTED]> Date: Thu, 22 Jun 2006 10:38:17 -0700 > On Thu, 2006-06-22 at 10:50 +1000, Herbert Xu wrote: > > Sridhar Samudrala <[EMAIL PROTECTED]> wrote: > > >> > > >> What about using the same fields (rqueue/wqueue) as you did for /proc? > > > > > > I meant exten

Re: [PATCH] Export accept queue len of a TCP listening socket via rx_queue

2006-06-22 Thread Sridhar Samudrala
On Thu, 2006-06-22 at 10:50 +1000, Herbert Xu wrote: > Sridhar Samudrala <[EMAIL PROTECTED]> wrote: > >> > >> What about using the same fields (rqueue/wqueue) as you did for /proc? > > > > I meant extending tcp_info structure to add new fields. I think the user > > space also uses this structure.