Lines Matching refs:next
95 struct sk_buff *next; in scan_inflight() local
98 skb_queue_walk_safe(&x->sk_receive_queue, skb, next) { in scan_inflight()
140 struct sk_buff *next; in scan_children() local
148 skb_queue_walk_safe(&x->sk_receive_queue, skb, next) { in scan_children()
160 u = list_entry(embryos.next, struct unix_sock, link); in scan_children()
210 struct unix_sock *next; in unix_gc() local
249 list_for_each_entry_safe(u, next, &gc_inflight_list, link) { in unix_gc()
283 while (cursor.next != &gc_candidates) { in unix_gc()
284 u = list_entry(cursor.next, struct unix_sock, link); in unix_gc()
317 u = list_entry(not_cycle_list.next, struct unix_sock, link); in unix_gc()
345 list_for_each_entry_safe(u, next, &gc_candidates, link) in unix_gc()