Lines Matching refs:dn_route
97 struct dn_route __rcu *chain;
156 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_destroy()
166 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_ifdown()
186 static inline void dnrt_free(struct dn_route *rt) in dnrt_free()
191 static inline void dnrt_drop(struct dn_route *rt) in dnrt_drop()
200 struct dn_route *rt; in dn_dst_check_expire()
201 struct dn_route __rcu **rtp; in dn_dst_check_expire()
231 struct dn_route *rt; in dn_dst_gc()
232 struct dn_route __rcu **rtp; in dn_dst_gc()
273 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_update_pmtu()
332 static int dn_insert_route(struct dn_route *rt, unsigned int hash, struct dn_route **rp) in dn_insert_route()
334 struct dn_route *rth; in dn_insert_route()
335 struct dn_route __rcu **rthp; in dn_insert_route()
372 struct dn_route *rt, *next; in dn_run_flush()
377 if ((rt = xchg((struct dn_route **)&dn_rt_hash_table[i].chain, NULL)) == NULL) in dn_run_flush()
750 struct dn_route *rt = (struct dn_route *)dst; in dn_output()
790 struct dn_route *rt; in dn_forward()
800 rt = (struct dn_route *)skb_dst(skb); in dn_forward()
878 static int dn_rt_set_next_hop(struct dn_route *rt, struct dn_fib_res *res) in dn_rt_set_next_hop()
973 struct dn_route *rt = NULL; in dn_route_output_slow()
1219 dn_insert_route(rt, hash, (struct dn_route **)pprt); in dn_route_output_slow()
1252 struct dn_route *rt = NULL; in __dn_route_output_key()
1309 struct dn_route *rt = NULL; in dn_route_input_slow()
1524 struct dn_route *rt; in dn_route_input()
1553 struct dn_route *rt = (struct dn_route *)skb_dst(skb); in dn_rt_fill_info()
1642 struct dn_route *rt = NULL; in dn_cache_getroute()
1689 rt = (struct dn_route *)skb_dst(skb); in dn_cache_getroute()
1726 struct dn_route *rt; in dn_cache_dump()
1778 static struct dn_route *dn_rt_cache_get_first(struct seq_file *seq) in dn_rt_cache_get_first()
1780 struct dn_route *rt = NULL; in dn_rt_cache_get_first()
1793 static struct dn_route *dn_rt_cache_get_next(struct seq_file *seq, struct dn_route *rt) in dn_rt_cache_get_next()
1810 struct dn_route *rt = dn_rt_cache_get_first(seq); in dn_rt_cache_seq_start()
1821 struct dn_route *rt = dn_rt_cache_get_next(seq, v); in dn_rt_cache_seq_next()
1834 struct dn_route *rt = v; in dn_rt_cache_seq_show()
1874 kmem_cache_create("dn_dst_cache", sizeof(struct dn_route), 0, in dn_route_init()