Searched refs:ipv6_dev_find (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-6.6/include/net/ |
H A D | ipv6_stubs.h | 70 struct net_device *(*ipv6_dev_find)(struct net *net, const struct in6_addr *addr, member
|
H A D | addrconf.h | 112 struct net_device *ipv6_dev_find(struct net *net, const struct in6_addr *addr,
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | addrconf_core.c | 218 .ipv6_dev_find = eafnosupport_ipv6_dev_find,
|
H A D | af_inet6.c | 1059 .ipv6_dev_find = ipv6_dev_find,
|
H A D | addrconf.c | 2035 * ipv6_dev_find - find the first device with a given source address. 2042 struct net_device *ipv6_dev_find(struct net *net, const struct in6_addr *addr, in ipv6_dev_find() function 2048 EXPORT_SYMBOL(ipv6_dev_find); variable
|
/kernel/linux/linux-5.10/include/net/ |
H A D | addrconf.h | 110 struct net_device *ipv6_dev_find(struct net *net, const struct in6_addr *addr,
|
/kernel/linux/linux-5.10/net/tipc/ |
H A D | udp_media.c | 742 dev = ipv6_dev_find(net, &local.ipv6, dev); in tipc_udp_enable()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | udp_media.c | 746 dev = ipv6_dev_find(net, &local.ipv6, dev); in tipc_udp_enable()
|
/kernel/linux/linux-6.6/net/ipv4/ |
H A D | icmp.c | 1100 dev = ipv6_stub->ipv6_dev_find(net, &iio->ident.addr.ip_addr.ipv6_addr, dev); in icmp_build_probe()
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | addrconf.c | 2005 * ipv6_dev_find - find the first device with a given source address. 2011 struct net_device *ipv6_dev_find(struct net *net, const struct in6_addr *addr, in ipv6_dev_find() function 2017 EXPORT_SYMBOL(ipv6_dev_find); variable
|
Completed in 27 milliseconds