Skip to content
Commit 7862b405 authored by Steffen Klassert's avatar Steffen Klassert
Browse files

esp: Add gso handlers for esp4 and esp6



This patch extends the xfrm_type by an encap function pointer
and implements esp4_gso_encap and esp6_gso_encap. These functions
doing the basic esp encapsulation for a GSO packet. In case the
GSO packet needs to be segmented in software, we add gso_segment
functions. This codepath is going to be used on esp hardware
offloads.

Signed-off-by: default avatarSteffen Klassert <steffen.klassert@secunet.com>
parent 383d0350
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment