| /Linux-v5.15/include/net/ |
| D | ip6_route.h | 104 static inline void ip6_rt_put_flags(struct rt6_info *rt, int flags) in ip6_rt_put_flags() 113 struct rt6_info *ip6_pol_route(struct net *net, struct fib6_table *table, 151 struct rt6_info *rt6_lookup(struct net *net, const struct in6_addr *daddr, 165 struct rt6_info *ip6_dst_alloc(struct net *net, struct net_device *dev, 211 void rt6_uncached_list_add(struct rt6_info *rt); 212 void rt6_uncached_list_del(struct rt6_info *rt); 214 static inline const struct rt6_info *skb_rt6_info(const struct sk_buff *skb) in skb_rt6_info() 217 const struct rt6_info *rt6 = NULL; in skb_rt6_info() 220 rt6 = container_of(dst, struct rt6_info, dst); in skb_rt6_info() 234 np->dst_cookie = rt6_get_cookie((struct rt6_info *)dst); in ip6_dst_store() [all …]
|
| D | ip6_fib.h | 38 struct rt6_info; 143 struct rt6_info *rt6i; 159 struct rt6_info * __percpu *rt6i_pcpu; 206 struct rt6_info { struct 229 struct rt6_info *rt6; argument 242 return ((struct rt6_info *)dst)->rt6i_idev; in ip6_dst_idev() 293 static inline u32 rt6_get_cookie(const struct rt6_info *rt) in rt6_get_cookie() 312 static inline void ip6_rt_put(struct rt6_info *rt) in ip6_rt_put() 317 BUILD_BUG_ON(offsetof(struct rt6_info, dst) != 0); in ip6_rt_put() 411 typedef struct rt6_info *(*pol_lookup_t)(struct net *, [all …]
|
| /Linux-v5.15/net/ipv6/ |
| D | route.c | 114 static struct rt6_info *rt6_find_cached_rt(const struct fib6_result *res, 137 void rt6_uncached_list_add(struct rt6_info *rt) in rt6_uncached_list_add() 148 void rt6_uncached_list_del(struct rt6_info *rt) in rt6_uncached_list_del() 171 struct rt6_info *rt; in rt6_uncached_list_flush_dev() 224 const struct rt6_info *rt = container_of(dst, struct rt6_info, dst); in ip6_dst_neigh_lookup() 233 struct rt6_info *rt = (struct rt6_info *)dst; in ip6_confirm_neigh() 289 static const struct rt6_info ip6_null_entry_template = { 303 static const struct rt6_info ip6_prohibit_entry_template = { 315 static const struct rt6_info ip6_blk_hole_entry_template = { 329 static void rt6_info_init(struct rt6_info *rt) in rt6_info_init() [all …]
|
| D | ip6_output.c | 120 nexthop = rt6_nexthop((struct rt6_info *)dst, daddr); in ip6_finish_output2() 552 struct rt6_info *rt; in ip6_forward() 559 rt = (struct rt6_info *) dst; in ip6_forward() 813 struct rt6_info *rt = (struct rt6_info *)skb_dst(skb); in ip6_fragment() 1005 struct rt6_info *rt; in ip6_sk_dst_check() 1015 rt = (struct rt6_info *)dst; in ip6_sk_dst_check() 1052 struct rt6_info *rt; in ip6_dst_lookup_tail() 1068 struct rt6_info *rt; in ip6_dst_lookup_tail() 1071 rt = (*dst)->error ? NULL : (struct rt6_info *)*dst; in ip6_dst_lookup_tail() 1112 rt = (struct rt6_info *) *dst; in ip6_dst_lookup_tail() [all …]
|
| D | icmp.c | 221 struct rt6_info *rt = (struct rt6_info *)dst; in icmpv6_xrlim_allow() 247 struct rt6_info *rt = (struct rt6_info *)dst; in icmpv6_rt_has_prefsrc() 430 const struct rt6_info *rt6 = skb_rt6_info(skb); in icmp6_dev() 621 &ipc6, &fl6, (struct rt6_info *)dst, in icmp6_send() 657 struct rt6_info *rt; in ip6_err_gen_icmpv6_unreach() 806 (struct rt6_info *)dst, MSG_DONTWAIT)) { in icmpv6_echo_reply()
|
| D | ping.c | 58 struct rt6_info *rt; in ping_v6_sendmsg() 123 rt = (struct rt6_info *) dst; in ping_v6_sendmsg()
|
| D | xfrm6_policy.c | 74 struct rt6_info *rt = (struct rt6_info *)xdst->route; in xfrm6_fill_dst()
|
| D | fib6_rules.c | 113 struct rt6_info *rt; in fib6_rule_lookup() 200 struct rt6_info *rt = NULL; in __fib6_rule_action() 273 struct rt6_info *rt = res->rt6; in fib6_rule_suppress()
|
| D | raw.c | 627 struct rt6_info *rt = (struct rt6_info *)*dstp; in rawv6_send_hdrinc() 950 len, 0, &ipc6, &fl6, (struct rt6_info *)dst, in rawv6_sendmsg()
|
| D | udp.c | 885 const struct rt6_info *rt = (const struct rt6_info *)dst; in udp6_sk_rx_dst_set() 1543 &fl6, (struct rt6_info *)dst, in udpv6_sendmsg() 1569 &ipc6, &fl6, (struct rt6_info *)dst, in udpv6_sendmsg()
|
| /Linux-v5.15/include/net/netns/ |
| D | ipv6.h | 70 struct rt6_info *ip6_null_entry; 86 struct rt6_info *ip6_prohibit_entry; 87 struct rt6_info *ip6_blk_hole_entry;
|
| /Linux-v5.15/net/ipv6/ila/ |
| D | ila_lwt.c | 41 struct rt6_info *rt = (struct rt6_info *)orig_dst; in ila_output() 73 fl6.daddr = *rt6_nexthop((struct rt6_info *)orig_dst, in ila_output()
|
| /Linux-v5.15/net/netfilter/ipvs/ |
| D | ip_vs_xmit.c | 159 static inline int __ip_vs_is_local_route6(struct rt6_info *rt) in __ip_vs_is_local_route6() 183 (struct rt6_info *)skb_dst(skb)); in crosses_local_route_boundary() 476 struct rt6_info *rt; /* Route to the other host */ in __ip_vs_get_out_rt_v6() 484 rt = (struct rt6_info *) dest_dst->dst_cache; in __ip_vs_get_out_rt_v6() 504 rt = (struct rt6_info *) dst; in __ip_vs_get_out_rt_v6() 520 rt = (struct rt6_info *) dst; in __ip_vs_get_out_rt_v6() 856 struct rt6_info *rt; /* Route to the other host */ in ip_vs_nat_xmit_v6() 879 rt = (struct rt6_info *) skb_dst(skb); in ip_vs_nat_xmit_v6() 1288 struct rt6_info *rt; /* Route to the other host */ in ip_vs_tunnel_xmit_v6() 1314 rt = (struct rt6_info *) skb_dst(skb); in ip_vs_tunnel_xmit_v6() [all …]
|
| /Linux-v5.15/net/ipv6/netfilter/ |
| D | nft_fib_ipv6.c | 59 struct rt6_info *rt; in __nft_fib6_eval_type() 161 struct rt6_info *rt; in nft_fib6_eval()
|
| D | ip6t_rpfilter.c | 35 struct rt6_info *rt; in rpfilter_lookup_reverse6()
|
| /Linux-v5.15/net/mpls/ |
| D | mpls_iptunnel.c | 46 struct rt6_info *rt6 = NULL; in mpls_xmit() 95 rt6 = (struct rt6_info *)dst; in mpls_xmit()
|
| /Linux-v5.15/drivers/net/ |
| D | vrf.c | 112 struct rt6_info __rcu *rt6; 650 nexthop = rt6_nexthop((struct rt6_info *)dst, &ipv6_hdr(skb)->daddr); in vrf_finish_output6() 686 struct rt6_info *rt6; in vrf_ip6_out_redirect() 785 struct rt6_info *rt6 = rtnl_dereference(vrf->rt6); in vrf_rt6_release() 809 struct rt6_info *rt6; in vrf_rt6_create() 1318 static struct rt6_info *vrf_ip6_route_lookup(struct net *net, in vrf_ip6_route_lookup() 1343 struct rt6_info *rt6; in vrf_ip6_input_dst() 1481 struct rt6_info *rt; in vrf_link_scope_lookup()
|
| /Linux-v5.15/drivers/s390/net/ |
| D | qeth_core.h | 963 struct rt6_info *rt; in qeth_dst_check_rcu() 965 rt = (struct rt6_info *) dst; in qeth_dst_check_rcu() 987 struct rt6_info *rt = (struct rt6_info *) dst; in qeth_next_hop_v6_rcu()
|
| /Linux-v5.15/net/core/ |
| D | dst_cache.c | 115 rt6_get_cookie((struct rt6_info *)dst)); in dst_cache_set_ip6()
|
| /Linux-v5.15/net/netfilter/ |
| D | nf_flow_table_ip.c | 577 struct rt6_info *rt; in nf_flow_offload_ipv6_hook() 620 rt = (struct rt6_info *)tuplehash->tuple.dst_cache; in nf_flow_offload_ipv6_hook() 629 rt = (struct rt6_info *)tuplehash->tuple.dst_cache; in nf_flow_offload_ipv6_hook()
|
| D | nft_rt.c | 83 memcpy(dest, rt6_nexthop((struct rt6_info *)dst, in nft_rt_get_eval()
|
| D | xt_addrtype.c | 37 struct rt6_info *rt; in match_lookup_rt6()
|
| D | nf_flow_table_core.c | 79 const struct rt6_info *rt; in flow_offload_dst_cookie() 82 rt = (const struct rt6_info *)flow_tuple->dst_cache; in flow_offload_dst_cookie()
|
| /Linux-v5.15/net/sched/ |
| D | sch_frag.c | 109 struct rt6_info sch_frag_rt; in sch_fragment()
|
| /Linux-v5.15/drivers/infiniband/core/ |
| D | addr.c | 353 struct rt6_info *rt6; in has_gateway() 360 rt6 = container_of(dst, struct rt6_info, dst); in has_gateway()
|