commit | a4393861a351f66fef1102e775743c86a276afce | [log] [tgz] |
---|---|---|
author | Jakub Sitnicki <jakub@cloudflare.com> | Mon Feb 17 12:15:28 2020 +0000 |
committer | Daniel Borkmann <daniel@iogearbox.net> | Wed Feb 19 16:54:05 2020 +0100 |
tree | 0cf81195a9212dcb6467d4a73f501e2c88d00abe | |
parent | b80b033bedae68dae8fc703ab8a69811ce678f2e [diff] |
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