Searched refs:nxt (Results 1 – 4 of 4) sorted by relevance
/net/core/ |
D | net-procfs.c | 237 struct list_head *nxt; in ptype_seq_next() local 245 nxt = pt->list.next; in ptype_seq_next() 247 if (nxt != &pt->dev->ptype_all) in ptype_seq_next() 253 nxt = dev->ptype_all.next; in ptype_seq_next() 258 nxt = ptype_all.next; in ptype_seq_next() 264 if (nxt != &ptype_all) in ptype_seq_next() 267 nxt = ptype_base[0].next; in ptype_seq_next() 271 while (nxt == &ptype_base[hash]) { in ptype_seq_next() 274 nxt = ptype_base[hash].next; in ptype_seq_next() 277 return list_entry(nxt, struct packet_type, list); in ptype_seq_next()
|
/net/sched/ |
D | sch_teql.c | 510 struct teql_master *master, *nxt; in teql_exit() local 512 list_for_each_entry_safe(master, nxt, &master_dev_list, master_list) { in teql_exit()
|
/net/netfilter/ipvs/ |
D | ip_vs_app.c | 234 struct ip_vs_app *a, *anxt, *inc, *nxt; in unregister_ip_vs_app() local 241 list_for_each_entry_safe(inc, nxt, &a->incs_list, a_list) { in unregister_ip_vs_app()
|
D | ip_vs_ctl.c | 803 struct ip_vs_dest *dest, *nxt; in ip_vs_trash_cleanup() local 807 list_for_each_entry_safe(dest, nxt, &ipvs->dest_trash, t_list) { in ip_vs_trash_cleanup() 1529 struct ip_vs_dest *dest, *nxt; in __ip_vs_del_service() local 1560 list_for_each_entry_safe(dest, nxt, &svc->destinations, n_list) { in __ip_vs_del_service()
|