net: Add ESP offload features

This patch adds netdev features to configure IPsec offloads.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
This commit is contained in:
Steffen Klassert
2017-04-14 10:05:36 +02:00
parent f221dcd91d
commit c7ef8f0c02
4 changed files with 13 additions and 1 deletions

View File

@ -492,6 +492,8 @@ enum {
SKB_GSO_TUNNEL_REMCSUM = 1 << 14,
SKB_GSO_SCTP = 1 << 15,
SKB_GSO_ESP = 1 << 16,
};
#if BITS_PER_LONG > 32