Lines Matching defs:next
95 struct sk_buff *next;
98 skb_queue_walk_safe(&x->sk_receive_queue, skb, next) {
140 struct sk_buff *next;
148 skb_queue_walk_safe(&x->sk_receive_queue, skb, next) {
160 u = list_entry(embryos.next, struct unix_sock, link);
209 struct unix_sock *next;
238 list_for_each_entry_safe(u, next, &gc_inflight_list, link) {
268 while (cursor.next != &gc_candidates) {
269 u = list_entry(cursor.next, struct unix_sock, link);
302 u = list_entry(not_cycle_list.next, struct unix_sock, link);
330 list_for_each_entry_safe(u, next, &gc_candidates, link)