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

/linux-master/net/l3mdev/
H A Dl3mdev.c210 * l3mdev_link_scope_lookup - IPv6 route lookup based on flow for link
218 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, function
231 dev->l3mdev_ops->l3mdev_link_scope_lookup)
232 dst = dev->l3mdev_ops->l3mdev_link_scope_lookup(dev, fl6);
237 EXPORT_SYMBOL_GPL(l3mdev_link_scope_lookup); variable
/linux-master/include/net/
H A Dl3mdev.h32 * @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 in struct:l3mdev_ops
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) function
/linux-master/drivers/net/
H A Dvrf.c1515 .l3mdev_link_scope_lookup = vrf_link_scope_lookup,
/linux-master/net/ipv6/
H A Droute.c2619 dst = l3mdev_link_scope_lookup(net, fl6);

Completed in 180 milliseconds