Jakub Kicinski wrote: > Since we already have the pointer to the full original sk_proto > stored use that instead of storing all individual callback > pointers as well. > > Signed-off-by: Jakub Kicinski <jakub.kicin...@netronome.com> > Reviewed-by: John Hurley <john.hur...@netronome.com> > Reviewed-by: Dirk van der Merwe <dirk.vanderme...@netronome.com> > --- > drivers/crypto/chelsio/chtls/chtls_main.c | 6 +++-- > include/net/tls.h | 10 --------- > net/tls/tls_main.c | 27 +++++++++-------------- > 3 files changed, 14 insertions(+), 29 deletions(-) >
I like it should probably do the same to tcp_bpf.c. Acked-by: John Fastabend <john.fastab...@gmail.com>