net: add example SOCKET_URING_OP_SIOCINQ/SOCKET_URING_OP_SIOCOUTQ io_uring-fops.v5
authorJens Axboe <axboe@kernel.dk>
Fri, 18 Dec 2020 22:12:46 +0000 (15:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Mon, 12 Jul 2021 17:29:14 +0000 (11:29 -0600)
commit1345b0d0a68e3477ce92d9006b4ea7ff9361a778
treeb5627512496bfa87f41205df34f8956d44d87e92
parent5d205dc0b9a052db569e851b1509801fec861a06
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