Home
last modified time | relevance | path

Searched refs:inet_select_addr (Results 1 – 11 of 11) sorted by relevance

/Linux-v5.10/net/netfilter/
Dnf_nat_masquerade.c42 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
/Linux-v5.10/include/linux/
Dinetdevice.h183 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope);
/Linux-v5.10/net/ipv4/
Droute.c1287 src = inet_select_addr(rt->dst.dev, in ip_rt_get_source()
2592 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
2598 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
2601 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
2643 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
Dfib_semantics.c1295 return inet_select_addr(nhc->nhc_dev, 0, scope); in fib_info_update_nhc_saddr()
1298 nh->nh_saddr = inet_select_addr(nh->fib_nh_dev, nh->fib_nh_gw4, scope); in fib_info_update_nhc_saddr()
Dicmp.c708 saddr = inet_select_addr(dev, iph->saddr, in __icmp_send()
Darp.c373 saddr = inet_select_addr(dev, target, RT_SCOPE_LINK); in arp_solicit()
Ddevinet.c1301 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr() function
1369 EXPORT_SYMBOL(inet_select_addr);
Dfib_frontend.c305 return inet_select_addr(dev, ip_hdr(skb)->saddr, scope); in fib_compute_spec_dst()
/Linux-v5.10/drivers/net/
Dvrf.c562 ip4h->saddr = inet_select_addr(skb_dst(skb)->dev, 0, in vrf_process_v4_outbound()
/Linux-v5.10/net/netfilter/ipvs/
Dip_vs_sync.c1431 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
/Linux-v5.10/net/bridge/
Dbr_multicast.c756 inet_select_addr(br->dev, 0, RT_SCOPE_LINK) : 0; in br_ip4_multicast_alloc_query()