Home
last modified time | relevance | path

Searched refs:dn_route (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.10/net/decnet/
Ddn_route.c89 struct dn_route __rcu *chain;
149 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_destroy()
159 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_ifdown()
182 struct dn_route *rt; in dn_dst_check_expire()
183 struct dn_route __rcu **rtp; in dn_dst_check_expire()
214 struct dn_route *rt; in dn_dst_gc()
215 struct dn_route __rcu **rtp; in dn_dst_gc()
258 struct dn_route *rt = (struct dn_route *) dst; in dn_dst_update_pmtu()
317 static int dn_insert_route(struct dn_route *rt, unsigned int hash, struct dn_route **rp) in dn_insert_route()
319 struct dn_route *rth; in dn_insert_route()
[all …]
Ddn_neigh.c176 struct dn_route *rt = (struct dn_route *)dst; in dn_neigh_output()
201 struct dn_route *rt = (struct dn_route *)dst; in dn_neigh_output_packet()
341 struct dn_route *rt = (struct dn_route *) dst; in dn_to_neigh_output()
DMakefile6 dn_route.o dn_dev.o dn_neigh.o dn_timer.o
/Linux-v5.10/include/net/
Ddn_route.h62 struct dn_route { struct
64 struct dn_route __rcu *dn_next; argument
81 static inline bool dn_is_input_route(struct dn_route *rt) in dn_is_input_route() argument
86 static inline bool dn_is_output_route(struct dn_route *rt) in dn_is_output_route()