Home
last modified time | relevance | path

Searched refs:l3mdev_link_scope_lookup (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/net/l3mdev/
H A Dl3mdev.c218 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);
/linux-6.15/include/net/
H A Dl3mdev.h44 struct dst_entry * (*l3mdev_link_scope_lookup)(const struct net_device *dev, member
176 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6);
289 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6) in l3mdev_link_scope_lookup() function
/linux-6.15/drivers/net/
H A Dvrf.c1476 .l3mdev_link_scope_lookup = vrf_link_scope_lookup,
/linux-6.15/net/ipv6/
H A Droute.c2656 dst = l3mdev_link_scope_lookup(net, fl6); in ip6_route_output_flags_noref()