Searched refs:l3mdev_link_scope_lookup (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/net/l3mdev/ |
H A D | l3mdev.c | 210 * l3mdev_link_scope_lookup - IPv6 route lookup based on flow for link 218 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, in l3mdev_link_scope_lookup() function 231 dev->l3mdev_ops->l3mdev_link_scope_lookup) in l3mdev_link_scope_lookup() 232 dst = dev->l3mdev_ops->l3mdev_link_scope_lookup(dev, fl6); in l3mdev_link_scope_lookup() 237 EXPORT_SYMBOL_GPL(l3mdev_link_scope_lookup); variable
|
/kernel/linux/linux-6.6/net/l3mdev/ |
H A D | l3mdev.c | 210 * l3mdev_link_scope_lookup - IPv6 route lookup based on flow for link 218 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, in l3mdev_link_scope_lookup() function 231 dev->l3mdev_ops->l3mdev_link_scope_lookup) in l3mdev_link_scope_lookup() 232 dst = dev->l3mdev_ops->l3mdev_link_scope_lookup(dev, fl6); in l3mdev_link_scope_lookup() 237 EXPORT_SYMBOL_GPL(l3mdev_link_scope_lookup); variable
|
/kernel/linux/linux-5.10/include/net/ |
H A D | l3mdev.h | 32 * @l3mdev_link_scope_lookup: IPv6 lookup for linklocal and mcast destinations 44 struct dst_entry * (*l3mdev_link_scope_lookup)(const struct net_device *dev, member 162 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6); 273 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6) in l3mdev_link_scope_lookup() function
|
/kernel/linux/linux-6.6/include/net/ |
H A D | l3mdev.h | 32 * @l3mdev_link_scope_lookup: IPv6 lookup for linklocal and mcast destinations 44 struct dst_entry * (*l3mdev_link_scope_lookup)(const struct net_device *dev, member 162 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6); 273 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6) in l3mdev_link_scope_lookup() function
|
/kernel/linux/linux-5.10/drivers/net/ |
H A D | vrf.c | 1472 .l3mdev_link_scope_lookup = vrf_link_scope_lookup,
|
/kernel/linux/linux-6.6/drivers/net/ |
H A D | vrf.c | 1515 .l3mdev_link_scope_lookup = vrf_link_scope_lookup,
|
/kernel/linux/linux-5.10/net/ipv6/ |
H A D | route.c | 2489 dst = l3mdev_link_scope_lookup(net, fl6); in ip6_route_output_flags_noref()
|
/kernel/linux/linux-6.6/net/ipv6/ |
H A D | route.c | 2609 dst = l3mdev_link_scope_lookup(net, fl6); in ip6_route_output_flags_noref()
|
Completed in 28 milliseconds