Home
last modified time | relevance | path

Searched refs:x25_route (Results 1 – 6 of 6) sorted by relevance

/linux-2.6.39/net/x25/
Dx25_route.c34 struct x25_route *rt; in x25_add_route()
41 rt = list_entry(entry, struct x25_route, node); in x25_add_route()
74 static void __x25_remove_route(struct x25_route *rt) in __x25_remove_route()
85 struct x25_route *rt; in x25_del_route()
92 rt = list_entry(entry, struct x25_route, node); in x25_del_route()
111 struct x25_route *rt; in x25_route_device_down()
117 rt = list_entry(entry, struct x25_route, node); in x25_route_device_down()
154 struct x25_route *x25_get_route(struct x25_address *addr) in x25_get_route()
156 struct x25_route *rt, *use = NULL; in x25_get_route()
162 rt = list_entry(entry, struct x25_route, node); in x25_get_route()
[all …]
DMakefile8 x25_link.o x25_out.o x25_route.o x25_subr.o \
Dx25_proc.c49 struct x25_route *rt = list_entry(v, struct x25_route, node); in x25_seq_route_show()
Dx25_forward.c22 struct x25_route *rt; in x25_forward_call()
Daf_x25.c743 struct x25_route *rt; in x25_connect()
/linux-2.6.39/include/net/
Dx25.h127 struct x25_route { struct
260 extern struct x25_route *x25_get_route(struct x25_address *addr);
266 static __inline__ void x25_route_hold(struct x25_route *rt) in x25_route_hold()
271 static __inline__ void x25_route_put(struct x25_route *rt) in x25_route_put()