Lines Matching defs:nxt
223 struct list_head *nxt;
231 nxt = pt->list.next;
233 if (nxt != &pt->dev->ptype_all)
239 nxt = dev->ptype_all.next;
243 nxt = net->ptype_all.next;
249 if (nxt != &net->ptype_all && nxt != &net->ptype_specific)
252 if (nxt == &net->ptype_all) {
254 nxt = net->ptype_specific.next;
255 if (nxt != &net->ptype_specific)
260 nxt = ptype_base[0].next;
264 while (nxt == &ptype_base[hash]) {
267 nxt = ptype_base[hash].next;
270 return list_entry(nxt, struct packet_type, list);