Skip to content
Snippets Groups Projects
Commit 92ef0fd5 authored by Jens Axboe's avatar Jens Axboe
Browse files

net: change proto and proto_ops accept type


Rather than pass in flags, error pointer, and whether this is a kernel
invocation or not, add a struct proto_accept_arg struct as the argument.
This then holds all of these arguments, and prepares accept for being
able to pass back more information.

No functional changes in this patch.

Acked-by: default avatarJakub Kicinski <kuba@kernel.org>
Signed-off-by: default avatarJens Axboe <axboe@kernel.dk>
parent fe6532b4
No related branches found
No related tags found
Loading
Showing
with 68 additions and 52 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment