OSDN Git Service

bpf, sk_msg: Let ULP restore sk_proto and write_space callback
authorJakub Sitnicki <jakub@cloudflare.com>
Mon, 17 Feb 2020 12:15:28 +0000 (12:15 +0000)
committerDaniel Borkmann <daniel@iogearbox.net>
Wed, 19 Feb 2020 15:54:05 +0000 (16:54 +0100)
commita4393861a351f66fef1102e775743c86a276afce
tree0cf81195a9212dcb6467d4a73f501e2c88d00abe
parentb80b033bedae68dae8fc703ab8a69811ce678f2e
bpf, sk_msg: Let ULP restore sk_proto and write_space callback

We don't need a fallback for when the socket is not using ULP.
tcp_update_ulp handles this case exactly the same as we do in
sk_psock_restore_proto. Get rid of the duplicated code.

Signed-off-by: Jakub Sitnicki <jakub@cloudflare.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: John Fastabend <john.fastabend@gmail.com>
Link: https://lore.kernel.org/bpf/20200217121530.754315-2-jakub@cloudflare.com
include/linux/skmsg.h