hiscore_idx      1652 net/ipv6/addrconf.c 				int hiscore_idx)
hiscore_idx      1654 net/ipv6/addrconf.c 	struct ipv6_saddr_score *score = &scores[1 - hiscore_idx], *hiscore = &scores[hiscore_idx];
hiscore_idx      1707 net/ipv6/addrconf.c 				hiscore_idx = 1 - hiscore_idx;
hiscore_idx      1717 net/ipv6/addrconf.c 	return hiscore_idx;
hiscore_idx      1725 net/ipv6/addrconf.c 				 int hiscore_idx)
hiscore_idx      1731 net/ipv6/addrconf.c 		hiscore_idx = __ipv6_dev_get_saddr(net, dst, idev,
hiscore_idx      1732 net/ipv6/addrconf.c 						   scores, hiscore_idx);
hiscore_idx      1736 net/ipv6/addrconf.c 		hiscore_idx = __ipv6_dev_get_saddr(net, dst, idev,
hiscore_idx      1737 net/ipv6/addrconf.c 						   scores, hiscore_idx);
hiscore_idx      1739 net/ipv6/addrconf.c 	return hiscore_idx;
hiscore_idx      1752 net/ipv6/addrconf.c 	int hiscore_idx = 0;
hiscore_idx      1762 net/ipv6/addrconf.c 	scores[hiscore_idx].rule = -1;
hiscore_idx      1763 net/ipv6/addrconf.c 	scores[hiscore_idx].ifa = NULL;
hiscore_idx      1794 net/ipv6/addrconf.c 			hiscore_idx = __ipv6_dev_get_saddr(net, &dst, idev, scores, hiscore_idx);
hiscore_idx      1807 net/ipv6/addrconf.c 			hiscore_idx = ipv6_get_saddr_master(net, dst_dev,
hiscore_idx      1809 net/ipv6/addrconf.c 							    scores, hiscore_idx);
hiscore_idx      1811 net/ipv6/addrconf.c 			if (scores[hiscore_idx].ifa)
hiscore_idx      1824 net/ipv6/addrconf.c 			hiscore_idx = __ipv6_dev_get_saddr(net, &dst, idev, scores, hiscore_idx);
hiscore_idx      1829 net/ipv6/addrconf.c 	hiscore = &scores[hiscore_idx];