NEXTHDR_ICMP
if (!combined || combined->ip6.nexthdr != NEXTHDR_ICMP ||
if (combined && combined->ip6.nexthdr == NEXTHDR_ICMP &&
ip6h->nexthdr == NEXTHDR_ICMP) {
if (iph->nexthdr == NEXTHDR_ICMP) {
case NEXTHDR_ICMP:
LOWPAN_NHC(ghc_icmpv6, "RFC7400 ICMPv6", NEXTHDR_ICMP, 0,
case NEXTHDR_ICMP:
} else if (l4_proto == NEXTHDR_ICMP) {
__ovs_ct_update_key_orig_tp(key, orig, NEXTHDR_ICMP);
} else if (key->ip.proto == NEXTHDR_ICMP) {
key->ip.proto == NEXTHDR_ICMP &&