Home
last modified time | relevance | path

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

/net/ipv6/
A Dah6.c283 int extlen; in ah6_output_done() local
294 if (extlen) in ah6_output_done()
295 extlen += sizeof(*iph_ext); in ah6_output_done()
304 if (extlen) { in ah6_output_done()
320 int extlen; in ah6_output() local
347 if (extlen) in ah6_output()
348 extlen += sizeof(*iph_ext); in ah6_output()
356 extlen + seqhi_len); in ah6_output()
381 if (extlen) { in ah6_output()
388 extlen - sizeof(*iph_ext) + in ah6_output()
[all …]
A Dexthdrs.c304 int extlen; in ipv6_destopt_rcv() local
316 extlen = (skb_transport_header(skb)[1] + 1) << 3; in ipv6_destopt_rcv()
317 if (extlen > net->ipv6.sysctl.max_dst_opts_len) in ipv6_destopt_rcv()
326 skb->transport_header += extlen; in ipv6_destopt_rcv()
1037 int extlen; in ipv6_parse_hopopts() local
1053 extlen = (skb_transport_header(skb)[1] + 1) << 3; in ipv6_parse_hopopts()
1054 if (extlen > net->ipv6.sysctl.max_hbh_opts_len) in ipv6_parse_hopopts()
1059 skb->transport_header += extlen; in ipv6_parse_hopopts()

Completed in 9 milliseconds