Lines Matching refs:rtable
400 static inline bool rt_is_expired(const struct rtable *rth) in rt_is_expired()
414 const struct rtable *rt = container_of(dst, struct rtable, dst); in ipv4_neigh_lookup()
441 const struct rtable *rt = container_of(dst, struct rtable, dst); in ipv4_confirm_neigh()
574 struct rtable *rt; in fnhe_flush_routes()
621 static void fill_route_from_fnhe(struct rtable *rt, struct fib_nh_exception *fnhe) in fill_route_from_fnhe()
641 struct rtable *rt; in update_or_create_fnhe()
720 struct rtable __rcu **prt; in update_or_create_fnhe()
735 static void __ip_do_redirect(struct rtable *rt, struct sk_buff *skb, struct flowi4 *fl4, in __ip_do_redirect()
822 struct rtable *rt; in ip_do_redirect()
831 rt = (struct rtable *) dst; in ip_do_redirect()
839 struct rtable *rt = (struct rtable *)dst; in ipv4_negative_advice()
873 struct rtable *rt = skb_rtable(skb); in ip_rt_send_redirect()
940 struct rtable *rt = skb_rtable(skb); in ip_error()
1014 static void __ip_rt_update_pmtu(struct rtable *rt, struct flowi4 *fl4, u32 mtu) in __ip_rt_update_pmtu()
1054 struct rtable *rt = (struct rtable *) dst; in ip_rt_update_pmtu()
1071 struct rtable *rt; in ipv4_update_pmtu()
1088 struct rtable *rt; in __ipv4_sk_update_pmtu()
1106 struct rtable *rt; in ipv4_sk_update_pmtu()
1125 rt = (struct rtable *)odst; in ipv4_sk_update_pmtu()
1134 __ip_rt_update_pmtu((struct rtable *)xfrm_dst_path(&rt->dst), &fl4, mtu); in ipv4_sk_update_pmtu()
1161 struct rtable *rt; in ipv4_redirect()
1177 struct rtable *rt; in ipv4_sk_redirect()
1192 struct rtable *rt = (struct rtable *) dst; in ipv4_dst_check()
1238 struct rtable *rt; in ipv4_link_failure()
1266 void ip_rt_get_source(u8 *addr, struct sk_buff *skb, struct rtable *rt) in ip_rt_get_source()
1297 static void set_class_tag(struct rtable *rt, u32 tag) in set_class_tag()
1412 static bool rt_bind_exception(struct rtable *rt, struct fib_nh_exception *fnhe, in rt_bind_exception()
1420 struct rtable __rcu **porig; in rt_bind_exception()
1421 struct rtable *orig; in rt_bind_exception()
1462 static bool rt_cache_route(struct fib_nh_common *nhc, struct rtable *rt) in rt_cache_route()
1464 struct rtable *orig, *prev, **p; in rt_cache_route()
1468 p = (struct rtable **)&nhc->nhc_rth_input; in rt_cache_route()
1470 p = (struct rtable **)raw_cpu_ptr(nhc->nhc_pcpu_rth_output); in rt_cache_route()
1499 void rt_add_uncached_list(struct rtable *rt) in rt_add_uncached_list()
1510 void rt_del_uncached_list(struct rtable *rt) in rt_del_uncached_list()
1523 struct rtable *rt = (struct rtable *)dst; in ipv4_dst_destroy()
1531 struct rtable *rt; in rt_flush_dev()
1549 static bool rt_cache_valid(const struct rtable *rt) in rt_cache_valid()
1556 static void rt_set_nexthop(struct rtable *rt, __be32 daddr, in rt_set_nexthop()
1615 struct rtable *rt_dst_alloc(struct net_device *dev, in rt_dst_alloc()
1619 struct rtable *rt; in rt_dst_alloc()
1647 struct rtable *rt_dst_clone(struct net_device *dev, struct rtable *rt) in rt_dst_clone()
1649 struct rtable *new_rt; in rt_dst_clone()
1716 struct rtable *rth; in ip_route_input_mc()
1783 struct rtable *rth; in __mkroute_input()
2148 struct rtable *rt = skb_rtable(hint); in ip_route_use_hint()
2216 struct rtable *rth; in ip_route_input_slow()
2482 static struct rtable *__mkroute_output(const struct fib_result *res, in __mkroute_output()
2491 struct rtable *rth; in __mkroute_output()
2549 struct rtable __rcu **prth; in __mkroute_output()
2609 struct rtable *ip_route_output_key_hash(struct net *net, struct flowi4 *fl4, in ip_route_output_key_hash()
2619 struct rtable *rth; in ip_route_output_key_hash()
2634 struct rtable *ip_route_output_key_hash_rcu(struct net *net, struct flowi4 *fl4, in ip_route_output_key_hash_rcu()
2641 struct rtable *rth; in ip_route_output_key_hash_rcu()
2818 struct rtable *ort = (struct rtable *) dst_orig; in ipv4_blackhole_route()
2819 struct rtable *rt; in ipv4_blackhole_route()
2855 struct rtable *ip_route_output_flow(struct net *net, struct flowi4 *flp4, in ip_route_output_flow()
2858 struct rtable *rt = __ip_route_output_key(net, flp4); in ip_route_output_flow()
2865 rt = (struct rtable *)xfrm_lookup_route(net, &rt->dst, in ip_route_output_flow()
2874 struct rtable *ip_route_output_tunnel(struct sk_buff *skb, in ip_route_output_tunnel()
2883 struct rtable *rt = NULL; in ip_route_output_tunnel()
2924 struct rtable *rt, u32 table_id, struct flowi4 *fl4, in rt_fill_info()
3072 struct rtable *rt; in fnhe_dump_bucket()
3274 struct rtable *rt = NULL; in inet_rtm_getroute()
3703 kmem_cache_create("ip_dst_cache", sizeof(struct rtable), 0, in ip_rt_init()