Searched refs:ipv6_dev_get_saddr (Results 1 – 11 of 11) sorted by relevance
/net/ipv6/ |
D | netfilter.c | 246 .dev_get_saddr = ipv6_dev_get_saddr,
|
D | xfrm6_policy.c | 66 ipv6_dev_get_saddr(dev_net(dev), dev, &daddr->in6, 0, &saddr->in6); in xfrm6_get_saddr()
|
D | fib6_rules.c | 144 if (ipv6_dev_get_saddr(net, dev, &flp6->daddr, in fib6_rule_saddr()
|
D | seg6_iptunnel.c | 100 ipv6_dev_get_saddr(net, dev, daddr, IPV6_PREFER_SRC_PUBLIC, in set_tun_src()
|
D | icmp.c | 568 ipv6_dev_get_saddr(net, in_netdev, &fl6.daddr, in icmp6_send()
|
D | ndisc.c | 540 if (ipv6_dev_get_saddr(dev_net(dev), dev, daddr, in ndisc_send_na()
|
D | ip6_tunnel.c | 1151 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in ip6_tnl_xmit()
|
D | addrconf.c | 1750 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, in ipv6_dev_get_saddr() function 1846 EXPORT_SYMBOL(ipv6_dev_get_saddr);
|
/net/netfilter/ |
D | nf_nat_masquerade.c | 231 return ipv6_dev_get_saddr(net, dev, daddr, srcprefs, saddr); in nat_ipv6_dev_get_saddr()
|
/net/netfilter/ipvs/ |
D | ip_vs_xmit.c | 446 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in __ip_vs_route_output_v6()
|
/net/bridge/ |
D | br_multicast.c | 1019 if (ipv6_dev_get_saddr(dev_net(brmctx->br->dev), brmctx->br->dev, in br_ip6_multicast_alloc_query()
|