Searched refs:l3mdev_link_scope_lookup (Results 1 – 4 of 4) sorted by relevance
218 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, in l3mdev_link_scope_lookup() function231 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);
32 * @l3mdev_link_scope_lookup: IPv6 lookup for linklocal and mcast destinations44 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);290 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6) in l3mdev_link_scope_lookup() 289 struct dst_entry *l3mdev_link_scope_lookup(struct net *net, struct flowi6 *fl6) l3mdev_link_scope_lookup() function
1476 .l3mdev_link_scope_lookup = vrf_link_scope_lookup,
2680 dst = l3mdev_link_scope_lookup(net, fl6); in ip6_route_output_flags_noref()