Home
last modified time | relevance | path

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

/linux/include/net/ !
H A Dipv6_stubs.h74 struct net_device *(*ipv6_dev_find)(struct net *net, const struct in6_addr *addr, member
H A Daddrconf.h134 struct net_device *ipv6_dev_find(struct net *net, const struct in6_addr *addr,
/linux/net/ipv6/ !
H A Daddrconf_core.c218 .ipv6_dev_find = eafnosupport_ipv6_dev_find,
H A Daf_inet6.c1061 .ipv6_dev_find = ipv6_dev_find,
H A Daddrconf.c2083 struct net_device *ipv6_dev_find(struct net *net, const struct in6_addr *addr, in ipv6_dev_find() function
2089 EXPORT_SYMBOL(ipv6_dev_find);
/linux/net/tipc/ !
H A Dudp_media.c749 dev = ipv6_dev_find(net, &local.ipv6, dev); in tipc_udp_enable()