Searched refs:unigue (Results 1 – 3 of 3) sorted by relevance
381 sizeof(struct in_addr) * encap->unigue.hop_count; in accept_locally()405 sizeof(struct in_addr) * encap->unigue.hop_count; in forward_with_gre()533 if (encap->unigue.next_hop == encap->unigue.hop_count - 1 && in forward_to_next_hop()534 encap->unigue.last_hop_gre) { in forward_to_next_hop()542 if (encap->unigue.next_hop < encap->unigue.hop_count) { in forward_to_next_hop()543 encap->unigue.next_hop++; in forward_to_next_hop()579 if (encap->unigue.next_hop > encap->unigue.hop_count) { in get_next_hop()584 MAYBE_RETURN(skip_next_hops(pkt, encap->unigue.next_hop)); in get_next_hop()586 if (encap->unigue.next_hop == encap->unigue.hop_count) { in get_next_hop()597 return skip_next_hops(pkt, encap->unigue.hop_count - in get_next_hop()[all …]
30 struct unigue { struct53 struct unigue unigue; argument
268 .unigue = { in encap_init()