Home
last modified time | relevance | path

Searched refs:iph_base (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/net/ipv6/
Dah6.c302 u8 *iph_base; in ah6_output_done() local
315 iph_base = AH_SKB_CB(skb)->tmp; in ah6_output_done()
316 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done()
320 memcpy(top_iph, iph_base, IPV6HDR_BASELEN); in ah6_output_done()
339 u8 *iph_base; in ah6_output() local
373 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output()
375 if (!iph_base) in ah6_output()
378 iph_ext = ah_tmp_ext(iph_base); in ah6_output()
397 memcpy(iph_base, top_iph, IPV6HDR_BASELEN); in ah6_output()
440 AH_SKB_CB(skb)->tmp = iph_base; in ah6_output()
[all …]