Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/net/ipv6/
H A Daddrconf.c1651 int hiscore_idx) in __ipv6_dev_get_saddr()
1653 struct ipv6_saddr_score *score = &scores[1 - hiscore_idx], *hiscore = &scores[hiscore_idx]; in __ipv6_dev_get_saddr()
1706 hiscore_idx = 1 - hiscore_idx; in __ipv6_dev_get_saddr()
1716 return hiscore_idx; in __ipv6_dev_get_saddr()
1724 int hiscore_idx) in ipv6_get_saddr_master()
1730 hiscore_idx = __ipv6_dev_get_saddr(net, dst, idev, in ipv6_get_saddr_master()
1731 scores, hiscore_idx); in ipv6_get_saddr_master()
1735 hiscore_idx in ipv6_get_saddr_master()
1647 __ipv6_dev_get_saddr(struct net *net, struct ipv6_saddr_dst *dst, struct inet6_dev *idev, struct ipv6_saddr_score *scores, int hiscore_idx) __ipv6_dev_get_saddr() argument
1719 ipv6_get_saddr_master(struct net *net, const struct net_device *dst_dev, const struct net_device *master, struct ipv6_saddr_dst *dst, struct ipv6_saddr_score *scores, int hiscore_idx) ipv6_get_saddr_master() argument
1751 int hiscore_idx = 0; ipv6_dev_get_saddr() local
[all...]
/kernel/linux/linux-6.6/net/ipv6/
H A Daddrconf.c1683 int hiscore_idx) in __ipv6_dev_get_saddr()
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()
1762 hiscore_idx = __ipv6_dev_get_saddr(net, dst, idev, in ipv6_get_saddr_master()
1763 scores, hiscore_idx); in ipv6_get_saddr_master()
1767 hiscore_idx in ipv6_get_saddr_master()
1679 __ipv6_dev_get_saddr(struct net *net, struct ipv6_saddr_dst *dst, struct inet6_dev *idev, struct ipv6_saddr_score *scores, int hiscore_idx) __ipv6_dev_get_saddr() argument
1751 ipv6_get_saddr_master(struct net *net, const struct net_device *dst_dev, const struct net_device *master, struct ipv6_saddr_dst *dst, struct ipv6_saddr_score *scores, int hiscore_idx) ipv6_get_saddr_master() argument
1783 int hiscore_idx = 0; ipv6_dev_get_saddr() local
[all...]

Completed in 13 milliseconds