Searched refs:iph_base (Results 1 – 1 of 1) sorted by relevance
312 u8 *iph_base; in ah6_output_done() local329 iph_base = AH_SKB_CB(skb)->tmp; in ah6_output_done()330 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done()335 memcpy(top_iph, iph_base, IPV6HDR_BASELEN); in ah6_output_done()348 u8 *iph_base; in ah6_output() local382 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output()384 if (!iph_base) in ah6_output()387 iph_ext = ah_tmp_ext(iph_base); in ah6_output()406 memcpy(iph_base, top_iph, IPV6HDR_BASELEN); in ah6_output()445 AH_SKB_CB(skb)->tmp = iph_base; in ah6_output()[all …]