mbox series

[ipsec-next,v1,00/02] Add 2 functions to skbuff for code sharing

Message ID 20240809083500.2822656-1-chopps@chopps.org (mailing list archive)
Headers show
Series Add 2 functions to skbuff for code sharing | expand

Message

Christian Hopps Aug. 9, 2024, 8:34 a.m. UTC
* Summary of Changes:

This patchset contains 2 commits which add 2 functions to skbuff.[ch].

  - skb_copy_seq_read() - copy from a skb_seq_state to a buffer
  - ___copy_skb_header() - factored existing code

these are used in a followup patchset implementing IP-TFS/AggFrag
encapsulation (https://www.rfc-editor.org/rfc/rfc9347.txt)

Patchset History:
-----------------

v1 (8/9/2024)
  - Created from IP-TFS patchset v9

v2 (8/9/2024)
  - resend with corrected CC list.

Patchset Changes:
-----------------

  include/linux/skbuff.h |  2 ++
  net/core/skbuff.c      | 43 ++++++++++++++++++++++++++++++++++++++++++-
  2 files changed, 44 insertions(+), 1 deletion(-)