Lines Matching refs:entry
35 struct list_head *entry; in x25_add_route() local
40 list_for_each(entry, &x25_route_list) { in x25_add_route()
41 rt = list_entry(entry, struct x25_route, node); in x25_add_route()
86 struct list_head *entry; in x25_del_route() local
91 list_for_each(entry, &x25_route_list) { in x25_del_route()
92 rt = list_entry(entry, struct x25_route, node); in x25_del_route()
112 struct list_head *entry, *tmp; in x25_route_device_down() local
116 list_for_each_safe(entry, tmp, &x25_route_list) { in x25_route_device_down()
117 rt = list_entry(entry, struct x25_route, node); in x25_route_device_down()
157 struct list_head *entry; in x25_get_route() local
161 list_for_each(entry, &x25_route_list) { in x25_get_route()
162 rt = list_entry(entry, struct x25_route, node); in x25_get_route()
218 struct list_head *entry, *tmp; in x25_route_free() local
221 list_for_each_safe(entry, tmp, &x25_route_list) { in x25_route_free()
222 rt = list_entry(entry, struct x25_route, node); in x25_route_free()