Home
last modified time | relevance | path

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

/linux-4.4.14/net/decnet/
Ddn_route.c97 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()
[all …]
Ddn_neigh.c175 struct dn_route *rt = (struct dn_route *)dst; in dn_neigh_output()
200 struct dn_route *rt = (struct dn_route *)dst; in dn_neigh_output_packet()
340 struct dn_route *rt = (struct dn_route *) dst; in dn_to_neigh_output()
DMakefile5 dn_route.o dn_dev.o dn_neigh.o dn_timer.o
/linux-4.4.14/include/net/
Ddn_route.h70 struct dn_route { struct
88 static inline bool dn_is_input_route(struct dn_route *rt) in dn_is_input_route() argument
93 static inline bool dn_is_output_route(struct dn_route *rt) in dn_is_output_route()
Ddst.h109 struct dn_route __rcu *dn_next;