Lines Matching refs:entry
27 struct list_head *entry; in x25_forward_call() local
54 list_for_each(entry, &x25_forward_list) { in x25_forward_call()
55 x25_frwd = list_entry(entry, struct x25_forward, node); in x25_forward_call()
100 struct list_head *entry; in x25_forward_data() local
107 list_for_each(entry, &x25_forward_list) { in x25_forward_data()
108 frwd = list_entry(entry, struct x25_forward, node); in x25_forward_data()
140 struct list_head *entry, *tmp; in x25_clear_forward_by_lci() local
144 list_for_each_safe(entry, tmp, &x25_forward_list) { in x25_clear_forward_by_lci()
145 fwd = list_entry(entry, struct x25_forward, node); in x25_clear_forward_by_lci()
158 struct list_head *entry, *tmp; in x25_clear_forward_by_dev() local
162 list_for_each_safe(entry, tmp, &x25_forward_list) { in x25_clear_forward_by_dev()
163 fwd = list_entry(entry, struct x25_forward, node); in x25_clear_forward_by_dev()