Searched refs:cand_score (Results 1 – 1 of 1) sorted by relevance
| /linux/net/ipv6/ |
| H A D | ip6_gre.c | 115 int *cand_score, struct ip6_tnl **ret) in ip6gre_tunnel_match() argument 132 if (score < *cand_score) { in ip6gre_tunnel_match() 134 *cand_score = score; in ip6gre_tunnel_match() 155 int cand_score = 4; in ip6gre_tunnel_lookup() local 164 if (ip6gre_tunnel_match(t, dev_type, link, &cand_score, &cand)) in ip6gre_tunnel_lookup() 174 if (ip6gre_tunnel_match(t, dev_type, link, &cand_score, &cand)) in ip6gre_tunnel_lookup() 186 if (ip6gre_tunnel_match(t, dev_type, link, &cand_score, &cand)) in ip6gre_tunnel_lookup() 195 if (ip6gre_tunnel_match(t, dev_type, link, &cand_score, &cand)) in ip6gre_tunnel_lookup()
|