]> Git Repo - linux.git/commit - include/linux/skbuff.h
net: skbuff: generalize the skb->decrypted bit
authorJakub Kicinski <[email protected]>
Wed, 3 Apr 2024 20:21:39 +0000 (13:21 -0700)
committerDavid S. Miller <[email protected]>
Sat, 6 Apr 2024 16:34:31 +0000 (17:34 +0100)
commit9f06f87fef689d28588cde8c7ebb00a67da34026
tree597fb380446889e487955fe12877805fc90d4699
parent0d875bb4a72ee0e129cca674a5a1c06ff2e67d78
net: skbuff: generalize the skb->decrypted bit

The ->decrypted bit can be reused for other crypto protocols.
Remove the direct dependency on TLS, add helpers to clean up
the ifdefs leaking out everywhere.

Signed-off-by: Jakub Kicinski <[email protected]>
Reviewed-by: David Ahern <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
include/linux/skbuff.h
include/net/sock.h
net/Kconfig
net/core/sock.c
net/ipv4/tcp_input.c
net/ipv4/tcp_ipv4.c
net/ipv4/tcp_offload.c
net/tls/Kconfig
This page took 0.0653 seconds and 4 git commands to generate.