Lines Matching defs:nxt
247 struct list_head *nxt;
255 nxt = pt->list.next;
257 if (nxt != &pt->dev->ptype_all)
263 nxt = dev->ptype_all.next;
268 nxt = ptype_all.next;
274 if (nxt != &ptype_all)
277 nxt = ptype_base[0].next;
281 while (nxt == &ptype_base[hash]) {
284 nxt = ptype_base[hash].next;
287 return list_entry(nxt, struct packet_type, list);