Searched refs:iph_base (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | ah6.c | 290 u8 *iph_base; in ah6_output_done() local 303 iph_base = AH_SKB_CB(skb)->tmp; in ah6_output_done() 304 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done() 308 memcpy(top_iph, iph_base, IPV6HDR_BASELEN); in ah6_output_done() 327 u8 *iph_base; in ah6_output() local 361 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output() 363 if (!iph_base) in ah6_output() 366 iph_ext = ah_tmp_ext(iph_base); in ah6_output() 385 memcpy(iph_base, top_iph, IPV6HDR_BASELEN); in ah6_output() 428 AH_SKB_CB(skb)->tmp = iph_base; in ah6_output() [all...] |
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | ah6.c | 287 u8 *iph_base; in ah6_output_done() local 300 iph_base = AH_SKB_CB(skb)->tmp; in ah6_output_done() 301 iph_ext = ah_tmp_ext(iph_base); in ah6_output_done() 305 memcpy(top_iph, iph_base, IPV6HDR_BASELEN); in ah6_output_done() 324 u8 *iph_base; in ah6_output() local 358 iph_base = ah_alloc_tmp(ahash, nfrags + sglists, IPV6HDR_BASELEN + in ah6_output() 360 if (!iph_base) in ah6_output() 363 iph_ext = ah_tmp_ext(iph_base); in ah6_output() 382 memcpy(iph_base, top_iph, IPV6HDR_BASELEN); in ah6_output() 425 AH_SKB_CB(skb)->tmp = iph_base; in ah6_output() [all...] |
Completed in 2 milliseconds