Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/net/x25/
H A Dx25_route.c29 struct x25_route *rt; in x25_add_route()
36 rt = list_entry(entry, struct x25_route, node); in x25_add_route()
69 static void __x25_remove_route(struct x25_route *rt) in __x25_remove_route()
80 struct x25_route *rt; in x25_del_route()
87 rt = list_entry(entry, struct x25_route, node); in x25_del_route()
106 struct x25_route *rt; in x25_route_device_down()
112 rt = list_entry(entry, struct x25_route, node); in x25_route_device_down()
149 struct x25_route *x25_get_route(struct x25_address *addr) in x25_get_route()
151 struct x25_route *rt, *use = NULL; in x25_get_route()
157 rt = list_entry(entry, struct x25_route, node); in x25_get_route()
[all …]
H A Dx25_proc.c45 struct x25_route *rt = list_entry(v, struct x25_route, node); in x25_seq_route_show()
H A DMakefile9 x25_link.o x25_out.o x25_route.o x25_subr.o \
H A Dx25_forward.c20 struct x25_route *rt; in x25_forward_call()
H A Daf_x25.c751 struct x25_route *rt; in x25_connect()
/OK3568_Linux_fs/kernel/include/net/
H A Dx25.h130 struct x25_route { struct
263 struct x25_route *x25_get_route(struct x25_address *addr);
269 static __inline__ void x25_route_hold(struct x25_route *rt) in x25_route_hold()
274 static __inline__ void x25_route_put(struct x25_route *rt) in x25_route_put()