]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit325a48226ea69b826084dfca75f8068cfc7142c1
tree0cf81195a9212dcb6467d4a73f501e2c88d00abe
parent032d7f11e5e90045fa297922dcd0a14ccd128aa2
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