Home
last modified time | relevance | path

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

/openbmc/linux/net/ipv6/
H A Daddrconf.c1683 int hiscore_idx) in __ipv6_dev_get_saddr() argument
1685 struct ipv6_saddr_score *score = &scores[1 - hiscore_idx], *hiscore = &scores[hiscore_idx]; in __ipv6_dev_get_saddr()
1738 hiscore_idx = 1 - hiscore_idx; in __ipv6_dev_get_saddr()
1748 return hiscore_idx; in __ipv6_dev_get_saddr()
1756 int hiscore_idx) in ipv6_get_saddr_master() argument
1763 scores, hiscore_idx); in ipv6_get_saddr_master()
1768 scores, hiscore_idx); in ipv6_get_saddr_master()
1770 return hiscore_idx; in ipv6_get_saddr_master()
1783 int hiscore_idx = 0; in ipv6_dev_get_saddr() local
1825 hiscore_idx = __ipv6_dev_get_saddr(net, &dst, idev, scores, hiscore_idx); in ipv6_dev_get_saddr()
[all …]