Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Dinet6_hashtables.c194 int score, hiscore = 0; in inet6_lhash2_lookup() local
198 if (score > hiscore) { in inet6_lhash2_lookup()
205 hiscore = score; in inet6_lhash2_lookup()
H A Daddrconf.c1734 struct ipv6_saddr_score *score = &scores[1 - hiscore_idx], *hiscore = &scores[hiscore_idx]; in __ipv6_dev_get_saddr() local
1768 minihiscore = ipv6_get_saddr_eval(net, hiscore, dst, i); in __ipv6_dev_get_saddr()
1786 swap(hiscore, score); in __ipv6_dev_get_saddr()
1790 score->ifa = hiscore->ifa; in __ipv6_dev_get_saddr()
1826 struct ipv6_saddr_score scores[2], *hiscore; in ipv6_dev_get_saddr() local
1910 hiscore = &scores[hiscore_idx]; in ipv6_dev_get_saddr()
1911 if (!hiscore->ifa) in ipv6_dev_get_saddr()
1914 *saddr = hiscore->ifa->addr; in ipv6_dev_get_saddr()