Searched refs:inet_select_addr (Results 1 – 9 of 9) sorted by relevance
| /linux/net/netfilter/ |
| H A D | nf_nat_masquerade.c | 54 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
|
| /linux/net/ipv4/ |
| H A D | route.c | 1310 src = inet_select_addr(rt->dst.dev, in ip_rt_get_source() 2789 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu() 2795 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu() 2798 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu() 2839 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
|
| H A D | fib_semantics.c | 1294 return inet_select_addr(nhc->nhc_dev, 0, scope); in fib_info_update_nhc_saddr() 1297 saddr = inet_select_addr(nh->fib_nh_dev, nh->fib_nh_gw4, scope); in fib_info_update_nhc_saddr() 2237 fl4->saddr = inet_select_addr(l3mdev, 0, RT_SCOPE_LINK); in fib_select_path()
|
| H A D | arp.c | 375 saddr = inet_select_addr(dev, target, RT_SCOPE_LINK); in arp_solicit()
|
| H A D | devinet.c | 1359 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr() function 1428 EXPORT_SYMBOL(inet_select_addr);
|
| H A D | icmp.c | 925 saddr = inet_select_addr(dev, iph->saddr, in __icmp_send()
|
| /linux/drivers/net/ |
| H A D | vrf.c | 532 ip4h->saddr = inet_select_addr(skb_dst(skb)->dev, 0, in vrf_process_v4_outbound()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_sync.c | 1424 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
|
| /linux/net/bridge/ |
| H A D | br_multicast.c | 997 inet_select_addr(brmctx->br->dev, 0, RT_SCOPE_LINK) : 0; in br_ip4_multicast_alloc_query()
|