| /linux/net/ipv6/ila/ |
| H A D | ila_lwt.c | 41 struct rt6_info *rt = dst_rt6_info(orig_dst); in ila_output() 75 fl6.daddr = *rt6_nexthop(dst_rt6_info(orig_dst), in ila_output()
|
| /linux/net/netfilter/ipvs/ |
| H A D | ip_vs_xmit.c | 175 dst_rt6_info(skb_dst(skb))); in crosses_local_route_boundary() 491 rt = dst_rt6_info(dest_dst->dst_cache); in __ip_vs_get_out_rt_v6() 513 rt = dst_rt6_info(dst); in __ip_vs_get_out_rt_v6() 537 rt = dst_rt6_info(dst); in __ip_vs_get_out_rt_v6() 882 rt = dst_rt6_info(skb_dst(skb)); in ip_vs_nat_xmit_v6() 1308 rt = dst_rt6_info(skb_dst(skb)); in ip_vs_tunnel_xmit_v6() 1610 rt = dst_rt6_info(skb_dst(skb)); in ip_vs_icmp_xmit_v6()
|
| /linux/net/ipv6/ |
| H A D | ip6_output.c | 123 nexthop = rt6_nexthop(dst_rt6_info(dst), daddr); in ip6_finish_output2() 608 rt = dst_rt6_info(dst); in ip6_forward() 865 struct rt6_info *rt = dst_rt6_info(skb_dst(skb)); in ip6_fragment() 1072 rt = dst_rt6_info(dst); in ip6_sk_dst_check() 1129 rt = (*dst)->error ? NULL : dst_rt6_info(*dst); in ip6_dst_lookup_tail() 1171 rt = dst_rt6_info(*dst); in ip6_dst_lookup_tail() 1441 struct rt6_info *rt = dst_rt6_info(cork->dst); in __ip6_append_data() 1902 struct rt6_info *rt = dst_rt6_info(cork->base.dst); in __ip6_make_skb() 1980 struct rt6_info *rt = dst_rt6_info(skb_dst(skb)); in ip6_send_skb()
|
| H A D | xfrm6_policy.c | 83 struct rt6_info *rt = dst_rt6_info(xdst->route); in xfrm6_fill_dst()
|
| H A D | icmp.c | 248 struct rt6_info *rt = dst_rt6_info(dst); in icmpv6_rt_has_prefsrc() 821 &ipc6, &fl6, dst_rt6_info(dst), in icmp6_send() 1020 dst_rt6_info(dst), MSG_DONTWAIT)) { in icmpv6_echo_reply()
|
| H A D | route.c | 228 const struct rt6_info *rt = dst_rt6_info(dst); in ip6_dst_neigh_lookup() 236 const struct rt6_info *rt = dst_rt6_info(dst); in ip6_confirm_neigh() 356 struct rt6_info *rt = dst_rt6_info(dst); in ip6_dst_destroy() 375 struct rt6_info *rt = dst_rt6_info(dst); in ip6_dst_ifdown() 1330 return dst_rt6_info(dst); in rt6_lookup() 2711 rt6 = dst_rt6_info(dst); in ip6_route_output_flags() 2725 struct rt6_info *rt, *ort = dst_rt6_info(dst_orig); in ip6_blackhole_route() 2807 rt = dst_rt6_info(dst); in ip6_dst_check() 2836 struct rt6_info *rt = dst_rt6_info(dst); in ip6_negative_advice() 2859 rt = dst_rt6_info(skb_dst(skb)); in ip6_link_failure() [all …]
|
| H A D | ndisc.c | 1703 rt = dst_rt6_info(dst); in ndisc_send_redirect()
|
| H A D | tcp_ipv6.c | 104 sk->sk_rx_dst_cookie = rt6_get_cookie(dst_rt6_info(dst)); in inet6_sk_rx_dst_set()
|
| H A D | ip6mr.c | 2424 struct rt6_info *rt = dst_rt6_info(skb_dst(skb)); in ip6mr_get_route()
|
| /linux/net/netfilter/ |
| H A D | nft_rt.c | 83 memcpy(dest, rt6_nexthop(dst_rt6_info(dst), in nft_rt_get_eval()
|
| H A D | nf_flow_table_ip.c | 1106 rt = dst_rt6_info(tuplehash->tuple.dst_cache); in nf_flow_offload_ipv6_hook() 1127 rt = dst_rt6_info(tuplehash->tuple.dst_cache); in nf_flow_offload_ipv6_hook()
|
| H A D | nf_flow_table_core.c | 82 return rt6_get_cookie(dst_rt6_info(flow_tuple->dst_cache)); in flow_offload_dst_cookie()
|
| /linux/net/core/ |
| H A D | dst_cache.c | 132 rt6_get_cookie(dst_rt6_info(dst))); in dst_cache_set_ip6()
|
| /linux/include/net/ |
| H A D | ip6_fib.h | 238 #define dst_rt6_info(_ptr) container_of_const(_ptr, struct rt6_info, dst) macro 242 return dst_rt6_info(dst)->rt6i_idev; in ip6_dst_idev()
|
| /linux/net/mpls/ |
| H A D | mpls_iptunnel.c | 93 rt6 = dst_rt6_info(dst); in mpls_xmit()
|
| /linux/drivers/infiniband/core/ |
| H A D | addr.c | 341 return dst_rt6_info(dst)->rt6i_flags & RTF_GATEWAY; in has_gateway() 441 return !!(dst_rt6_info(dst)->rt6i_flags & RTF_LOCAL); in is_dst_local()
|
| /linux/drivers/s390/net/ |
| H A D | qeth_core.h | 959 rt = dst_rt6_info(dst); in qeth_dst_check_rcu() 980 struct rt6_info *rt = dst_rt6_info(dst); in qeth_next_hop_v6_rcu()
|
| /linux/net/l2tp/ |
| H A D | l2tp_ip6.c | 657 &fl6, dst_rt6_info(dst), in l2tp_ip6_sendmsg()
|
| /linux/net/bluetooth/ |
| H A D | 6lowpan.c | 144 struct rt6_info *rt = dst_rt6_info(skb_dst(skb)); in peer_lookup_dst()
|
| /linux/drivers/net/ovpn/ |
| H A D | peer.c | 835 rt = dst_rt6_info(entry); in ovpn_nexthop_from_rt6()
|
| /linux/net/sctp/ |
| H A D | ipv6.c | 419 rt = dst_rt6_info(dst); in sctp_v6_get_dst()
|
| /linux/net/ipv4/ |
| H A D | ip_tunnel.c | 548 rt6 = skb_valid_dst(skb) ? dst_rt6_info(skb_dst(skb)) : in tnl_update_pmtu()
|
| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_span.c | 542 rt6 = dst_rt6_info(dst); in mlxsw_sp_span_gretap6_route()
|
| /linux/drivers/net/ |
| H A D | vrf.c | 616 nexthop = rt6_nexthop(dst_rt6_info(dst), &ipv6_hdr(skb)->daddr); in vrf_finish_output6()
|
| /linux/net/xfrm/ |
| H A D | xfrm_policy.c | 2639 path->path_cookie = rt6_get_cookie(dst_rt6_info(dst)); in xfrm_init_path()
|