Jan Engelhardt a écrit :
quoted text > On Apr 2 2007 12:41, Eric Dumazet wrote:
>> The following patch does the right thing for pipes, I let you doing
>> the same for sockets...
>
> Is struct sock->sk_receive_queue->qlen actually the thing I am
> looking for? (Previously, I had struct sock->sk_rcvbuf, which was
> obviously wrong.)
>
find net | xargs grep -n SIOCINQ
I suspect you will find unix_ioctl() in net/unix/af_unix.c ?
BTW, my patch only worked for pipes, not fifos. Ie pipe(), not
open("/some/fifo.p", ...)
-
unsubscribe notice To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to
majordomo@vger.kernel.org
More majordomo info at
http://vger.kernel.org/majordomo-info.html
Please read the FAQ at
http://www.tux.org/lkml/
Messages in current thread:
Re: [PATCH 13/16] show-pipesize-in-stat.diff , Eric Dumazet , (Wed Apr 4, 1:03 am)
[PATCH] , Kyle Moffett , (Sun Apr 1, 3:42 pm)