From: Pablo Neira Ayuso <pablo@xxxxxxxxxxxxx> Date: Mon, 15 Apr 2019 23:36:05 +0200 > The API consists of: > > * ip6_frag_init(), that initializes the internal state of the transformer. > * ip6_frag_next(), that allows you to fetch the next fragment. This function > internally allocates the skbuff that represents the fragment, it pushes > the IPv6, and it also copies the payload for this fragment. ^^^^^^^^ I think you mean "the IPv6 header" here?