Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dip6_gre.c115 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()