Home
last modified time | relevance | path

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

/Linux-v4.19/net/ipv6/
Daddrconf.c1599 int hiscore_idx) in __ipv6_dev_get_saddr() argument
1601 struct ipv6_saddr_score *score = &scores[1 - hiscore_idx], *hiscore = &scores[hiscore_idx]; in __ipv6_dev_get_saddr()
1654 hiscore_idx = 1 - hiscore_idx; in __ipv6_dev_get_saddr()
1664 return hiscore_idx; in __ipv6_dev_get_saddr()
1672 int hiscore_idx) in ipv6_get_saddr_master() argument
1678 hiscore_idx = __ipv6_dev_get_saddr(net, dst, idev, in ipv6_get_saddr_master()
1679 scores, hiscore_idx); in ipv6_get_saddr_master()
1683 hiscore_idx = __ipv6_dev_get_saddr(net, dst, idev, in ipv6_get_saddr_master()
1684 scores, hiscore_idx); in ipv6_get_saddr_master()
1686 return hiscore_idx; in ipv6_get_saddr_master()
[all …]