Lines Matching refs:x25_route
29 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()
212 struct x25_route *rt; in x25_route_free()
217 rt = list_entry(entry, struct x25_route, node); in x25_route_free()