Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv6/
Daddrconf.c1445 int hiscore_idx) in __ipv6_dev_get_saddr() argument
1447 struct ipv6_saddr_score *score = &scores[1 - hiscore_idx], *hiscore = &scores[hiscore_idx]; in __ipv6_dev_get_saddr()
1506 hiscore_idx = 1 - hiscore_idx; in __ipv6_dev_get_saddr()
1517 return hiscore_idx; in __ipv6_dev_get_saddr()
1530 int hiscore_idx = 0; in ipv6_dev_get_saddr() local
1539 scores[hiscore_idx].rule = -1; in ipv6_dev_get_saddr()
1540 scores[hiscore_idx].ifa = NULL; in ipv6_dev_get_saddr()
1571 hiscore_idx = __ipv6_dev_get_saddr(net, &dst, idev, scores, hiscore_idx); in ipv6_dev_get_saddr()
1577 hiscore_idx = __ipv6_dev_get_saddr(net, &dst, idev, scores, hiscore_idx); in ipv6_dev_get_saddr()
1582 hiscore = &scores[hiscore_idx]; in ipv6_dev_get_saddr()