Home
last modified time | relevance | path

Searched refs:inet_select_addr (Results 1 - 22 of 22) sorted by relevance

/kernel/linux/linux-5.10/net/netfilter/
H A Dnf_nat_masquerade.c53 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
/kernel/linux/linux-5.10/include/linux/
H A Dinetdevice.h192 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope);
/kernel/linux/linux-6.6/include/linux/
H A Dinetdevice.h197 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope);
/kernel/linux/linux-6.6/net/netfilter/
H A Dnf_nat_masquerade.c54 newsrc = inet_select_addr(out, nh, RT_SCOPE_UNIVERSE); in nf_nat_masquerade_ipv4()
/kernel/linux/linux-5.10/net/ipv4/
H A Droute.c1317 src = inet_select_addr(rt->dst.dev, in ip_rt_get_source()
2642 /* RACE: Check return value of inet_select_addr instead. */ in ip_route_output_key_hash_rcu()
2651 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
2657 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
2660 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
2702 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
H A Dfib_semantics.c1351 return inet_select_addr(nhc->nhc_dev, 0, scope); in fib_info_update_nhc_saddr()
1354 saddr = inet_select_addr(nh->fib_nh_dev, nh->fib_nh_gw4, scope); in fib_info_update_nhc_saddr()
H A 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); variable
H A Darp.c373 saddr = inet_select_addr(dev, target, RT_SCOPE_LINK); in arp_solicit()
H A Dicmp.c710 saddr = inet_select_addr(dev, iph->saddr, in __icmp_send()
H A Dfib_frontend.c305 return inet_select_addr(dev, ip_hdr(skb)->saddr, scope); in fib_compute_spec_dst()
/kernel/linux/linux-6.6/net/ipv4/
H A Droute.c1296 src = inet_select_addr(rt->dst.dev, in ip_rt_get_source()
2720 /* RACE: Check return value of inet_select_addr instead. */ in ip_route_output_key_hash_rcu()
2729 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
2735 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
2738 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
2779 fl4->saddr = inet_select_addr(dev_out, 0, in ip_route_output_key_hash_rcu()
H A Dfib_semantics.c1331 return inet_select_addr(nhc->nhc_dev, 0, scope); in fib_info_update_nhc_saddr()
1334 saddr = inet_select_addr(nh->fib_nh_dev, nh->fib_nh_gw4, scope); in fib_info_update_nhc_saddr()
H A Ddevinet.c1325 __be32 inet_select_addr(const struct net_device *dev, __be32 dst, int scope) in inet_select_addr() function
1393 EXPORT_SYMBOL(inet_select_addr); variable
H A Darp.c374 saddr = inet_select_addr(dev, target, RT_SCOPE_LINK); in arp_solicit()
H A Dicmp.c704 saddr = inet_select_addr(dev, iph->saddr, in __icmp_send()
H A Dfib_frontend.c306 return inet_select_addr(dev, ip_hdr(skb)->saddr, scope); in fib_compute_spec_dst()
/kernel/linux/linux-5.10/drivers/net/
H A Dvrf.c580 ip4h->saddr = inet_select_addr(skb_dst(skb)->dev, 0, in vrf_process_v4_outbound()
/kernel/linux/linux-5.10/net/netfilter/ipvs/
H A Dip_vs_sync.c1431 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
/kernel/linux/linux-6.6/drivers/net/
H A Dvrf.c569 ip4h->saddr = inet_select_addr(skb_dst(skb)->dev, 0, in vrf_process_v4_outbound()
/kernel/linux/linux-6.6/net/netfilter/ipvs/
H A Dip_vs_sync.c1429 addr = inet_select_addr(dev, 0, RT_SCOPE_UNIVERSE); in bind_mcastif_addr()
/kernel/linux/linux-5.10/net/bridge/
H A Dbr_multicast.c756 inet_select_addr(br->dev, 0, RT_SCOPE_LINK) : 0; in br_ip4_multicast_alloc_query()
/kernel/linux/linux-6.6/net/bridge/
H A Dbr_multicast.c998 inet_select_addr(brmctx->br->dev, 0, RT_SCOPE_LINK) : 0; in br_ip4_multicast_alloc_query()

Completed in 54 milliseconds