Home
last modified time | relevance | path

Searched refs:ipv6_dev_get_saddr (Results 1 – 15 of 15) sorted by relevance

/linux/net/ipv6/
H A Dxfrm6_policy.c72 err = ipv6_dev_get_saddr(dev_net(dev), dev, &params->daddr->in6, 0, in xfrm6_get_saddr()
H A Dioam6_iptunnel.c330 ipv6_dev_get_saddr(net, dst_dev(dst), &hdr->daddr, in ioam6_do_encap()
H A Dfib6_rules.c152 if (ipv6_dev_get_saddr(net, dev, &flp6->daddr, in fib6_rule_saddr()
H A Dseg6_iptunnel.c115 ipv6_dev_get_saddr(net, dev, daddr, in set_tun_src()
H A Dicmp.c760 ipv6_dev_get_saddr(net, in_netdev, &fl6.daddr, in icmp6_send()
H A Dndisc.c545 if (ipv6_dev_get_saddr(dev_net(dev), dev, daddr, in ndisc_send_na()
H A Dip6_tunnel.c1191 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in ip6_tnl_xmit()
H A Daddrconf.c1822 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, in ipv6_dev_get_saddr() function
1919 EXPORT_SYMBOL(ipv6_dev_get_saddr);
/linux/include/net/
H A Daddrconf.h142 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dev,
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c466 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in __ip_vs_route_output_v6()
/linux/drivers/scsi/cxgbi/
H A Dlibcxgbi.c799 err = ipv6_dev_get_saddr(&init_net, idev ? idev->dev : NULL, in cxgbi_check_route6()
/linux/drivers/net/
H A Damt.c844 if (ipv6_dev_get_saddr(amt->net, amt->dev, &ip6h->daddr, 0, in amt_build_mld_gq()
/linux/drivers/net/bonding/
H A Dbond_main.c3310 if (!ipv6_dev_get_saddr(dev_net(dst->dev), dst->dev, &targets[i], 0, &saddr)) in bond_ns_send_all()
/linux/net/bridge/
H A Dbr_multicast.c1141 if (ipv6_dev_get_saddr(dev_net(brmctx->br->dev), brmctx->br->dev, in br_ip6_multicast_alloc_query()
/linux/net/core/
H A Dfilter.c6632 err = ipv6_dev_get_saddr(net, dev, &fl6.daddr, 0, src); in bpf_ipv6_fib_lookup()