Lines Matching defs:nxt
240 struct list_head *nxt;
248 nxt = pt->list.next;
250 if (nxt != &pt->dev->ptype_all)
256 nxt = dev->ptype_all.next;
261 nxt = ptype_all.next;
267 if (nxt != &ptype_all)
270 nxt = ptype_base[0].next;
274 while (nxt == &ptype_base[hash]) {
277 nxt = ptype_base[hash].next;
280 return list_entry(nxt, struct packet_type, list);