Lines Matching defs:hiscore_idx
1651 int hiscore_idx)
1653 struct ipv6_saddr_score *score = &scores[1 - hiscore_idx], *hiscore = &scores[hiscore_idx];
1706 hiscore_idx = 1 - hiscore_idx;
1716 return hiscore_idx;
1724 int hiscore_idx)
1730 hiscore_idx = __ipv6_dev_get_saddr(net, dst, idev,
1731 scores, hiscore_idx);
1735 hiscore_idx = __ipv6_dev_get_saddr(net, dst, idev,
1736 scores, hiscore_idx);
1738 return hiscore_idx;
1751 int hiscore_idx = 0;
1761 scores[hiscore_idx].rule = -1;
1762 scores[hiscore_idx].ifa = NULL;
1793 hiscore_idx = __ipv6_dev_get_saddr(net, &dst, idev, scores, hiscore_idx);
1806 hiscore_idx = ipv6_get_saddr_master(net, dst_dev,
1808 scores, hiscore_idx);
1810 if (scores[hiscore_idx].ifa)
1823 hiscore_idx = __ipv6_dev_get_saddr(net, &dst, idev, scores, hiscore_idx);
1828 hiscore = &scores[hiscore_idx];