net: add example SOCKET_URING_OP_SIOCINQ/SOCKET_URING_OP_SIOCOUTQ io_uring-fops.v4
authorJens Axboe <axboe@kernel.dk>
Fri, 18 Dec 2020 22:12:46 +0000 (15:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Thu, 25 Mar 2021 17:22:19 +0000 (11:22 -0600)
commit5ad4c5b5e0e5983b4c0978dce0344a0c00e325f1
tree14f69d68048b80ea761b09a1be39b7594c2bb907
parentab5709552dea3e75d89520dcdefdfd7b887f53e4
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