net: wire up support for file_operations->uring_cmd() io_uring-fops
authorJens Axboe <axboe@kernel.dk>
Fri, 18 Dec 2020 22:12:46 +0000 (15:12 -0700)
committerJens Axboe <axboe@kernel.dk>
Sat, 19 Dec 2020 03:06:45 +0000 (20:06 -0700)
commit3880f5850d15782bebbc1a64460a737b9765fdd7
treef219de7eb3f2ef1afbb65de5bd8ba0e378b575c2
parent4e86778464b953f286897c458d04c50e78d08739
net: wire up support for file_operations->uring_cmd()

Support for SOCKET_URING_OP_SIOCINQ and SOCKET_URING_OP_SIOCOUTQ
for tcp/udp/raw ipv4/ipv6.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
12 files changed:
include/net/raw.h
include/net/sock.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