Home
last modified time | relevance | path

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

/qemu/net/
H A Deth.c458 uint8_t curr_ext_hdr_type; in eth_parse_ipv6_hdr() local
477 curr_ext_hdr_type = info->ip6_hdr.ip6_nxt; in eth_parse_ipv6_hdr()
479 if (!eth_is_ip6_extension_header_type(curr_ext_hdr_type)) { in eth_parse_ipv6_hdr()
499 if (curr_ext_hdr_type == IP6_ROUTING) { in eth_parse_ipv6_hdr()
506 } else if (curr_ext_hdr_type == IP6_DESTINATON) { in eth_parse_ipv6_hdr()
511 } else if (curr_ext_hdr_type == IP6_FRAGMENT) { in eth_parse_ipv6_hdr()
516 curr_ext_hdr_type = ext_hdr.ip6r_nxt; in eth_parse_ipv6_hdr()
517 } while (eth_is_ip6_extension_header_type(curr_ext_hdr_type)); in eth_parse_ipv6_hdr()