Lines Matching refs:entry
22 struct list_head *entry; in x25_forward_call() local
49 list_for_each(entry, &x25_forward_list) { in x25_forward_call()
50 x25_frwd = list_entry(entry, struct x25_forward, node); in x25_forward_call()
95 struct list_head *entry; in x25_forward_data() local
102 list_for_each(entry, &x25_forward_list) { in x25_forward_data()
103 frwd = list_entry(entry, struct x25_forward, node); in x25_forward_data()
135 struct list_head *entry, *tmp; in x25_clear_forward_by_lci() local
139 list_for_each_safe(entry, tmp, &x25_forward_list) { in x25_clear_forward_by_lci()
140 fwd = list_entry(entry, struct x25_forward, node); in x25_clear_forward_by_lci()
153 struct list_head *entry, *tmp; in x25_clear_forward_by_dev() local
157 list_for_each_safe(entry, tmp, &x25_forward_list) { in x25_clear_forward_by_dev()
158 fwd = list_entry(entry, struct x25_forward, node); in x25_clear_forward_by_dev()