Home
last modified time | relevance | path

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

/linux/net/ipv6/
H A Daddrconf.c1732 int hiscore_idx) in __ipv6_dev_get_saddr() argument
1734 struct ipv6_saddr_score *score = &scores[1 - hiscore_idx], *hiscore = &scores[hiscore_idx]; in __ipv6_dev_get_saddr()
1787 hiscore_idx = 1 - hiscore_idx; in __ipv6_dev_get_saddr()
1797 return hiscore_idx; in __ipv6_dev_get_saddr()
1805 int hiscore_idx) in ipv6_get_saddr_master() argument
1811 hiscore_idx = __ipv6_dev_get_saddr(net, dst, idev, in ipv6_get_saddr_master()
1812 scores, hiscore_idx); in ipv6_get_saddr_master()
1816 hiscore_idx = __ipv6_dev_get_saddr(net, dst, idev, in ipv6_get_saddr_master()
1817 scores, hiscore_idx); in ipv6_get_saddr_master()
1819 return hiscore_idx; in ipv6_get_saddr_master()
[all …]