Home
last modified time | relevance | path

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

/linux/include/net/
H A Dipv6_stubs.h94 int (*ipv6_dev_get_saddr)(struct net *net, member
H A Daddrconf.h141 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dev,
/linux/net/ipv6/
H A Dnetfilter.c247 .dev_get_saddr = ipv6_dev_get_saddr,
H A Dxfrm6_policy.c71 ipv6_dev_get_saddr(dev_net(dev), dev, &params->daddr->in6, 0, in xfrm6_get_saddr()
H A Daf_inet6.c1070 .ipv6_dev_get_saddr = ipv6_dev_get_saddr,
H A Dioam6_iptunnel.c338 ipv6_dev_get_saddr(net, dst_dev(dst), &hdr->daddr, in ioam6_do_encap()
H A Dfib6_rules.c149 if (ipv6_dev_get_saddr(net, dev, &flp6->daddr, in fib6_rule_saddr()
H A Dicmp.c573 ipv6_dev_get_saddr(net, in_netdev, &fl6.daddr, in icmp6_send()
H A Dndisc.c544 if (ipv6_dev_get_saddr(dev_net(dev), dev, daddr, in ndisc_send_na()
H A Daddrconf.c1813 int ipv6_dev_get_saddr(struct net *net, const struct net_device *dst_dev, in ipv6_dev_get_saddr() function
1910 EXPORT_SYMBOL(ipv6_dev_get_saddr);
/linux/net/netfilter/
H A Dnf_nat_masquerade.c236 return ipv6_dev_get_saddr(net, dev, daddr, srcprefs, saddr); in nat_ipv6_dev_get_saddr()
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c435 ipv6_dev_get_saddr(net, ip6_dst_idev(dst)->dev, in __ip_vs_route_output_v6()
/linux/drivers/net/
H A Damt.c840 if (ipv6_dev_get_saddr(amt->net, amt->dev, &ip6h->daddr, 0, in amt_build_mld_gq()
/linux/net/bridge/
H A Dbr_multicast.c1146 if (ipv6_dev_get_saddr(dev_net(brmctx->br->dev), brmctx->br->dev, in br_ip6_multicast_alloc_query()
/linux/drivers/net/bonding/
H A Dbond_main.c3393 if (!ipv6_dev_get_saddr(dev_net(dst->dev), dst->dev, &targets[i], 0, &saddr)) in bond_ns_send_all()
/linux/net/core/
H A Dfilter.c6250 err = ipv6_bpf_stub->ipv6_dev_get_saddr(net, dev, in bpf_ipv6_fib_lookup()