io_uring/net: use struct io_br_sel->val as the recv finish value
authorJens Axboe <axboe@kernel.dk>
Wed, 20 Aug 2025 17:13:46 +0000 (11:13 -0600)
committerJens Axboe <axboe@kernel.dk>
Wed, 20 Aug 2025 19:03:57 +0000 (13:03 -0600)
commit75415d47c27d75582b6c6266262f29dd28cff267
tree4441d84e82ce6eaedbda78245dc80083d9352ca7
parentf3e42e5cfbaf6266aa1844ec47625de61fcd0738
io_uring/net: use struct io_br_sel->val as the recv finish value

Currently a pointer is passed in to the 'ret' in the receive handlers,
but since we already have a value field in io_br_sel, just use that.
This is also in preparation for needing to pass in struct io_br_sel
to io_recv_finish() anyway.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
io_uring/net.c