Home
last modified time | relevance | path

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

/linux-6.3-rc2/net/ipv6/
A Dinet6_hashtables.c141 int score, hiscore = 0; in inet6_lhash2_lookup() local
145 if (score > hiscore) { in inet6_lhash2_lookup()
152 hiscore = score; in inet6_lhash2_lookup()
A Daddrconf.c1661 struct ipv6_saddr_score *score = &scores[1 - hiscore_idx], *hiscore = &scores[hiscore_idx]; in __ipv6_dev_get_saddr() local
1695 minihiscore = ipv6_get_saddr_eval(net, hiscore, dst, i); in __ipv6_dev_get_saddr()
1713 swap(hiscore, score); in __ipv6_dev_get_saddr()
1717 score->ifa = hiscore->ifa; in __ipv6_dev_get_saddr()
1753 struct ipv6_saddr_score scores[2], *hiscore; in ipv6_dev_get_saddr() local
1836 hiscore = &scores[hiscore_idx]; in ipv6_dev_get_saddr()
1837 if (!hiscore->ifa) in ipv6_dev_get_saddr()
1840 *saddr = hiscore->ifa->addr; in ipv6_dev_get_saddr()
/linux-6.3-rc2/net/ipv4/
A Dinet_hashtables.c367 int score, hiscore = 0; in inet_lhash2_lookup() local
371 if (score > hiscore) { in inet_lhash2_lookup()
378 hiscore = score; in inet_lhash2_lookup()

Completed in 30 milliseconds