net: add example SOCKET_URING_OP_SIOCINQ/SOCKET_URING_OP_SIOCOUTQ io_uring-fops.v7
authorJens Axboe <axboe@kernel.dk>
Fri, 18 Dec 2020 22:12:46 +0000 (15:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Tue, 21 Sep 2021 18:09:07 +0000 (12:09 -0600)
commit542c38da58841097f97f710d1f05055c2f1039f0
tree144d49dae2b7fb253f962264b3026d09f8b08523
parentc2ba3bd8940ef0b7d1c09adf4bed01acc8171407
net: add example SOCKET_URING_OP_SIOCINQ/SOCKET_URING_OP_SIOCOUTQ

This adds support for these sample ioctls for tcp/udp/raw ipv4/ipv6.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
include/net/raw.h
include/net/tcp.h
include/net/udp.h
include/uapi/linux/net.h
net/ipv4/raw.c
net/ipv4/tcp.c
net/ipv4/tcp_ipv4.c
net/ipv4/udp.c
net/ipv6/raw.c
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c