Searched refs:prefs (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6_stubs.h | 91 unsigned int prefs,
|
H A D | ip6_route.h | 131 unsigned int prefs, in ip6_route_get_saddr() 141 err = ipv6_dev_get_saddr(net, dev, daddr, prefs, saddr); in ip6_route_get_saddr() 129 ip6_route_get_saddr(struct net *net, struct fib6_info *f6i, const struct in6_addr *daddr, unsigned int prefs, struct in6_addr *saddr) ip6_route_get_saddr() argument
|
/kernel/linux/linux-5.10/include/net/ |
H A D | ip6_route.h | 135 unsigned int prefs, in ip6_route_get_saddr() 145 err = ipv6_dev_get_saddr(net, dev, daddr, prefs, saddr); in ip6_route_get_saddr() 133 ip6_route_get_saddr(struct net *net, struct fib6_info *f6i, const struct in6_addr *daddr, unsigned int prefs, struct in6_addr *saddr) ip6_route_get_saddr() argument
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | unittest.c | 550 unsigned int prefs[6]; in of_unittest_parse_phandle_with_args_map() local 570 prefs[i] = OF_KREF_READ(p[i]); in of_unittest_parse_phandle_with_args_map() 693 unittest(prefs[i] == OF_KREF_READ(p[i]), in of_unittest_parse_phandle_with_args_map() 695 i, prefs[i], OF_KREF_READ(p[i])); in of_unittest_parse_phandle_with_args_map()
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | unittest.c | 559 unsigned int prefs[6]; in of_unittest_parse_phandle_with_args_map() local 579 prefs[i] = OF_KREF_READ(p[i]); in of_unittest_parse_phandle_with_args_map() 702 unittest(prefs[i] == OF_KREF_READ(p[i]), in of_unittest_parse_phandle_with_args_map() 704 i, prefs[i], OF_KREF_READ(p[i])); in of_unittest_parse_phandle_with_args_map()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrconf.c | 1471 unsigned int prefs; member 1587 int prefhome = !(dst->prefs & IPV6_PREFER_SRC_COA); in ipv6_get_saddr_eval() 1608 int preftmp = dst->prefs & (IPV6_PREFER_SRC_PUBLIC|IPV6_PREFER_SRC_TMP) ? in ipv6_get_saddr_eval() 1609 !!(dst->prefs & IPV6_PREFER_SRC_TMP) : in ipv6_get_saddr_eval() 1742 const struct in6_addr *daddr, unsigned int prefs, in ipv6_dev_get_saddr() 1759 dst.prefs = prefs; in ipv6_dev_get_saddr() 1741 ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, const struct in6_addr *daddr, unsigned int prefs, struct in6_addr *saddr) ipv6_dev_get_saddr() argument
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf.c | 1503 unsigned int prefs; member 1619 int prefhome = !(dst->prefs & IPV6_PREFER_SRC_COA); in ipv6_get_saddr_eval() 1640 int preftmp = dst->prefs & (IPV6_PREFER_SRC_PUBLIC|IPV6_PREFER_SRC_TMP) ? in ipv6_get_saddr_eval() 1641 !!(dst->prefs & IPV6_PREFER_SRC_TMP) : in ipv6_get_saddr_eval() 1774 const struct in6_addr *daddr, unsigned int prefs, in ipv6_dev_get_saddr() 1791 dst.prefs = prefs; in ipv6_dev_get_saddr() 1773 ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, const struct in6_addr *daddr, unsigned int prefs, struct in6_addr *saddr) ipv6_dev_get_saddr() argument
|
Completed in 25 milliseconds