Searched refs:hiscore (Results 1 – 4 of 4) sorted by relevance
382 int hiscore = 0; in ninet_lhash2_lookup() local392 if (score > hiscore) { in ninet_lhash2_lookup()395 hiscore = score; in ninet_lhash2_lookup()402 } else if (score == hiscore && reuseport) { in ninet_lhash2_lookup()
143 int score, hiscore = 0; in inet6_lhash2_lookup() local148 if (score > hiscore) { in inet6_lhash2_lookup()155 hiscore = score; in inet6_lhash2_lookup()
1652 struct ipv6_saddr_score *score = &scores[1 - hiscore_idx], *hiscore = &scores[hiscore_idx]; in __ipv6_dev_get_saddr() local1686 minihiscore = ipv6_get_saddr_eval(net, hiscore, dst, i); in __ipv6_dev_get_saddr()1704 swap(hiscore, score); in __ipv6_dev_get_saddr()1708 score->ifa = hiscore->ifa; in __ipv6_dev_get_saddr()1744 struct ipv6_saddr_score scores[2], *hiscore; in ipv6_dev_get_saddr() local1827 hiscore = &scores[hiscore_idx]; in ipv6_dev_get_saddr()1828 if (!hiscore->ifa) in ipv6_dev_get_saddr()1831 *saddr = hiscore->ifa->addr; in ipv6_dev_get_saddr()
296 int score, hiscore = 0; in inet_lhash2_lookup() local301 if (score > hiscore) { in inet_lhash2_lookup()308 hiscore = score; in inet_lhash2_lookup()