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 <[email protected]> > Reviewed-by: John Hurley <[email protected]> > Reviewed-by: Dirk van der Merwe <[email protected]> > --- > 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 <[email protected]>
