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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv6/
H A Dah6.c299 u8 *iph_base; local
312 iph_base = AH_SKB_CB(skb)->tmp;
313 iph_ext = ah_tmp_ext(iph_base);
317 memcpy(top_iph, iph_base, IPV6HDR_BASELEN);
338 u8 *iph_base; local
363 iph_base = ah_alloc_tmp(ahash, nfrags, IPV6HDR_BASELEN + extlen);
364 if (!iph_base)
367 iph_ext = ah_tmp_ext(iph_base);
384 memcpy(iph_base, top_iph, IPV6HDR_BASELEN);
420 AH_SKB_CB(skb)->tmp = iph_base;
[all...]

Completed in 62 milliseconds