Searched refs:iph_ext (Results 1 - 1 of 1) sorted by path

/linux-master/net/ipv6/
H A Dah6.c291 struct tmp_ext *iph_ext; local
295 extlen += sizeof(*iph_ext);
298 iph_ext = ah_tmp_ext(iph_base);
299 icv = ah_tmp_icv(iph_ext, extlen);
306 memcpy(&top_iph->saddr, iph_ext, extlen);
308 memcpy(&top_iph->daddr, iph_ext, extlen);
331 struct tmp_ext *iph_ext; local
348 extlen += sizeof(*iph_ext);
360 iph_ext = ah_tmp_ext(iph_base);
361 seqhi = (__be32 *)((char *)iph_ext
[all...]

Completed in 175 milliseconds