Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dah6.c284 u8 *iph_base; in ah6_output_done() local
297 iph_base = AH_SKB_CB(skb)->tmp; in ah6_output_done()
298 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done()
302 memcpy(top_iph, iph_base, IPV6HDR_BASELEN); in ah6_output_done()
321 u8 *iph_base; in ah6_output() local
355 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output()
357 if (!iph_base) in ah6_output()
360 iph_ext = ah_tmp_ext(iph_base); in ah6_output()
379 memcpy(iph_base, top_iph, IPV6HDR_BASELEN); in ah6_output()
422 AH_SKB_CB(skb)->tmp = iph_base; in ah6_output()
[all …]