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