Searched refs:dst_rt6_info (Results 1 – 21 of 21) sorted by relevance
| /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/ipv6/ |
| H A D | ip6_output.c | 123 nexthop = rt6_nexthop(dst_rt6_info(dst), daddr); in ip6_finish_output2() 632 rt = dst_rt6_info(dst); in ip6_forward() 889 struct rt6_info *rt = dst_rt6_info(skb_dst(skb)); in ip6_fragment() 1102 rt = dst_rt6_info(dst); in ip6_sk_dst_check() 1159 rt = (*dst)->error ? NULL : dst_rt6_info(*dst); in ip6_dst_lookup_tail() 1201 rt = dst_rt6_info(*dst); in ip6_dst_lookup_tail() 1473 struct rt6_info *rt = dst_rt6_info(cork->dst); in __ip6_append_data() 1936 struct rt6_info *rt = dst_rt6_info(cork->base.dst); in __ip6_make_skb() 2014 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() 2716 rt6 = dst_rt6_info(dst); in ip6_route_output_flags() 2730 struct rt6_info *rt, *ort = dst_rt6_info(dst_orig); in ip6_blackhole_route() 2812 rt = dst_rt6_info(dst); in ip6_dst_check() 2841 struct rt6_info *rt = dst_rt6_info(dst); in ip6_negative_advice() 2864 rt = dst_rt6_info(skb_dst(skb)); in ip6_link_failure() [all …]
|
| H A D | ndisc.c | 1704 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()
|
| /linux/net/core/ |
| H A D | dst_cache.c | 132 rt6_get_cookie(dst_rt6_info(dst))); in dst_cache_set_ip6()
|
| H A D | filter.c | 2241 nexthop = rt6_nexthop(dst_rt6_info(dst), in bpf_out_neigh_v6()
|
| /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/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/netfilter/ |
| H A D | nf_flow_table_ip.c | 1188 rt = dst_rt6_info(tuplehash->tuple.dst_cache); in nf_flow_offload_ipv6_hook() 1206 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/bluetooth/ |
| H A D | 6lowpan.c | 144 struct rt6_info *rt = dst_rt6_info(skb_dst(skb)); in peer_lookup_dst()
|
| /linux/net/sctp/ |
| H A D | ipv6.c | 421 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()
|
| /linux/drivers/net/vxlan/ |
| H A D | vxlan_core.c | 2577 u32 rt6i_flags = dst_rt6_info(ndst)->rt6i_flags; in vxlan_xmit_one()
|