Lines Matching refs:entry
30 struct list_head *entry;
35 list_for_each(entry, &x25_route_list) {
36 rt = list_entry(entry, struct x25_route, node);
81 struct list_head *entry;
86 list_for_each(entry, &x25_route_list) {
87 rt = list_entry(entry, struct x25_route, node);
107 struct list_head *entry, *tmp;
111 list_for_each_safe(entry, tmp, &x25_route_list) {
112 rt = list_entry(entry, struct x25_route, node);
152 struct list_head *entry;
156 list_for_each(entry, &x25_route_list) {
157 rt = list_entry(entry, struct x25_route, node);
213 struct list_head *entry, *tmp;
216 list_for_each_safe(entry, tmp, &x25_route_list) {
217 rt = list_entry(entry, struct x25_route, node);