Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Dah6.c300 u8 *iph_base; in ah6_output_done() local
313 iph_base = AH_SKB_CB(skb)->tmp; in ah6_output_done()
314 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done()
318 memcpy(top_iph, iph_base, IPV6HDR_BASELEN); in ah6_output_done()
337 u8 *iph_base; in ah6_output() local
371 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output()
373 if (!iph_base) in ah6_output()
376 iph_ext = ah_tmp_ext(iph_base); in ah6_output()
395 memcpy(iph_base, top_iph, IPV6HDR_BASELEN); in ah6_output()
436 AH_SKB_CB(skb)->tmp = iph_base; in ah6_output()
[all …]