skip_next_hops
MAYBE_RETURN(skip_next_hops(pkt, encap->unigue.next_hop));
return skip_next_hops(pkt, encap->unigue.hop_count -
MAYBE_RETURN(skip_next_hops(offset, encap->unigue.next_hop));
return skip_next_hops(offset, encap->unigue.hop_count - encap->unigue.next_hop - 1);