Home
last modified time | relevance | path

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

/net/ipv6/
Dah6.c224 int extlen; in ah6_output() local
251 extlen = skb_transport_offset(skb) - sizeof(struct ipv6hdr); in ah6_output()
252 if (extlen) { in ah6_output()
253 extlen += sizeof(*tmp_ext); in ah6_output()
254 tmp_ext = kmalloc(extlen, GFP_ATOMIC); in ah6_output()
260 memcpy(tmp_ext, &top_iph->saddr, extlen); in ah6_output()
262 memcpy(tmp_ext, &top_iph->daddr, extlen); in ah6_output()
265 extlen - sizeof(*tmp_ext) + in ah6_output()
299 memcpy(&top_iph->saddr, tmp_ext, extlen); in ah6_output()
301 memcpy(&top_iph->daddr, tmp_ext, extlen); in ah6_output()