Home
last modified time | relevance | path

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

/Linux-v4.19/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 …]
DMakefile9 x25_link.o x25_out.o x25_route.o x25_subr.o \
Dx25_proc.c50 struct x25_route *rt = list_entry(v, struct x25_route, node); in x25_seq_route_show()
Dx25_forward.c25 struct x25_route *rt; in x25_forward_call()
Daf_x25.c744 struct x25_route *rt; in x25_connect()
/Linux-v4.19/include/net/
Dx25.h129 struct x25_route { struct
262 struct x25_route *x25_get_route(struct x25_address *addr);
268 static __inline__ void x25_route_hold(struct x25_route *rt) in x25_route_hold()
273 static __inline__ void x25_route_put(struct x25_route *rt) in x25_route_put()