Home
last modified time | relevance | path

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

/openbmc/linux/include/net/
H A Dipv6_stubs.h70 struct net_device *(*ipv6_dev_find)(struct net *net, const struct in6_addr *addr, member
H A Daddrconf.h112 struct net_device *ipv6_dev_find(struct net *net, const struct in6_addr *addr,
/openbmc/linux/net/ipv6/
H A Daddrconf_core.c218 .ipv6_dev_find = eafnosupport_ipv6_dev_find,
H A Daf_inet6.c1059 .ipv6_dev_find = ipv6_dev_find,
H A Daddrconf.c2043 struct net_device *ipv6_dev_find(struct net *net, const struct in6_addr *addr, in ipv6_dev_find() function
2049 EXPORT_SYMBOL(ipv6_dev_find);
/openbmc/linux/net/tipc/
H A Dudp_media.c749 dev = ipv6_dev_find(net, &local.ipv6, dev); in tipc_udp_enable()
/openbmc/linux/net/ipv4/
H A Dicmp.c1112 dev = ipv6_stub->ipv6_dev_find(net, &iio->ident.addr.ip_addr.ipv6_addr, dev); in icmp_build_probe()