Searched refs:ipv6_dev_find (Results 1 – 6 of 6) sorted by relevance
/linux/include/net/ ! |
H A D | ipv6_stubs.h | 74 struct net_device *(*ipv6_dev_find)(struct net *net, const struct in6_addr *addr, member
|
H A D | addrconf.h | 134 struct net_device *ipv6_dev_find(struct net *net, const struct in6_addr *addr,
|
/linux/net/ipv6/ ! |
H A D | addrconf_core.c | 218 .ipv6_dev_find = eafnosupport_ipv6_dev_find,
|
H A D | af_inet6.c | 1061 .ipv6_dev_find = ipv6_dev_find,
|
H A D | addrconf.c | 2083 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 D | udp_media.c | 749 dev = ipv6_dev_find(net, &local.ipv6, dev); in tipc_udp_enable()
|