Home
last modified time | relevance | path

Searched refs:dst_dev_rcu (Results 1 – 23 of 23) sorted by relevance

/linux/include/net/
H A Ddst.h580 static inline struct net_device *dst_dev_rcu(const struct dst_entry *dst) in dst_dev_rcu() function
587 return dev_net_rcu(dst_dev_rcu(dst)); in dst_dev_net_rcu()
597 return dst_dev_rcu(skb_dst(skb)); in skb_dst_dev_rcu()
H A Dip6_route.h346 idev = __in6_dev_get(dst_dev_rcu(dst)); in ip6_dst_mtu_maybe_forward()
H A Dip.h477 dev = dst_dev_rcu(dst); in ip_dst_mtu_maybe_forward()
/linux/net/ipv6/
H A Doutput_core.c110 struct net_device *dev = dst_dev_rcu(dst); in ip6_dst_hoplimit()
H A Danycast.c107 dev = dst_dev_rcu(&rt->dst); in ipv6_sock_ac_join()
H A Dip6_output.c63 struct net_device *dev = dst_dev_rcu(dst); in ip6_finish_output2()
235 dev = dst_dev_rcu(dst); in ip6_output()
286 dev = dst_dev_rcu(dst); in ip6_xmit()
H A Dicmp.c213 dev = dst_dev_rcu(dst); in icmpv6_xrlim_allow()
H A Dndisc.c508 dev = dst_dev_rcu(dst); in ndisc_send_skb()
H A Dmcast.c183 dev = dst_dev_rcu(&rt->dst); in ip6_mc_find_dev()
H A Droute.c2960 .dev = dst_dev_rcu(dst), in __ip6_rt_update_pmtu()
4311 .dev = dst_dev_rcu(dst), in rt6_do_redirect()
/linux/net/psp/
H A Dpsp_sock.c20 psd = rcu_dereference(dst_dev_rcu(dst)->psp_dev); in psp_dev_get_for_sock()
/linux/net/mptcp/
H A Dctrl.c509 dev = dst ? dst_dev_rcu(dst) : NULL; in mptcp_active_enable()
/linux/net/core/
H A Ddevmem.c398 dst_dev = dst_dev_rcu(dst); in net_devmem_get_binding()
H A Dsock.c2632 dev = dst_dev_rcu(dst); in sk_setup_caps()
/linux/net/smc/
H A Dsmc_pnet.c1134 dev = dst ? dst_dev_rcu(dst) : NULL; in smc_pnet_find_roce_resource()
1153 dev = dst ? dst_dev_rcu(dst) : NULL; in smc_pnet_find_ism_resource()
H A Dsmc_clc.c584 dev = dst ? dst_dev_rcu(dst) : NULL; in smc_clc_prfx_set()
667 dev = dst ? dst_dev_rcu(dst) : NULL; in smc_clc_prfx_match()
H A Dsmc_core.c1910 ndev = dst ? dst_dev_rcu(dst) : NULL; in smc_vlan_by_tcpsk()
/linux/net/ipv4/
H A Dtcp_fastopen.c667 dev = dst ? dst_dev_rcu(dst) : NULL; in tcp_fastopen_active_disable_ofo_check()
H A Dipmr.c1908 encap += LL_RESERVED_SPACE(dst_dev_rcu(&rt->dst)) + rt->dst.header_len; in ipmr_prepare_xmit()
1961 net, NULL, skb, skb->dev, dst_dev_rcu(&rt->dst), in ipmr_queue_fwd_xmit()
2305 dev = dst_dev_rcu(&rt->dst); in ip_mr_output()
H A Dicmp.c331 dev = dst_dev_rcu(dst); in icmpv4_xrlim_allow()
H A Droute.c421 dev = dst_dev_rcu(dst); in ipv4_neigh_lookup()
/linux/net/netfilter/ipvs/
H A Dip_vs_xmit.c341 if (!rt_dev_is_down(dst_dev_rcu(&rt->dst))) in __ip_vs_get_out_rt()
518 if (!rt_dev_is_down(dst_dev_rcu(&rt->dst))) in __ip_vs_get_out_rt_v6()
/linux/net/tls/
H A Dtls_device.c131 dev = dst ? dst_dev_rcu(dst) : NULL; in get_netdev_for_sock()