Re: [PATCH net-next v4 0/3] ioctl support for AF_VSOCK and virtio-based transports

From: Cong Wang
Date: Thu Aug 01 2024 - 12:39:06 EST


On Tue, Jul 30, 2024 at 09:43:05PM +0200, Luigi Leonardi via B4 Relay wrote:
> This patch series introduce the support for ioctl(s) in AF_VSOCK.
> The only ioctl currently available is SIOCOUTQ, which returns
> the number of unsent or unacked packets. It is available for
> SOCK_STREAM, SOCK_SEQPACKET and SOCK_DGRAM.
>

Why not using sock diag to dump it? Like ->idiag_wqueue for TCP.

Thanks.