Searched refs:nxt (Results 1 – 4 of 4) sorted by relevance
| /net/core/ |
| A D | net-procfs.c | 223 struct list_head *nxt; in ptype_seq_next() local 231 nxt = pt->list.next; in ptype_seq_next() 233 if (nxt != &pt->dev->ptype_all) in ptype_seq_next() 239 nxt = dev->ptype_all.next; in ptype_seq_next() 243 nxt = net->ptype_all.next; in ptype_seq_next() 249 if (nxt != &net->ptype_all && nxt != &net->ptype_specific) in ptype_seq_next() 252 if (nxt == &net->ptype_all) { in ptype_seq_next() 254 nxt = net->ptype_specific.next; in ptype_seq_next() 255 if (nxt != &net->ptype_specific) in ptype_seq_next() 260 nxt = ptype_base[0].next; in ptype_seq_next() [all …]
|
| /net/netfilter/ipvs/ |
| A 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()
|
| A D | ip_vs_ctl.c | 849 struct ip_vs_dest *dest, *nxt; in ip_vs_trash_cleanup() local 853 list_for_each_entry_safe(dest, nxt, &ipvs->dest_trash, t_list) { in ip_vs_trash_cleanup() 1610 struct ip_vs_dest *dest, *nxt; in __ip_vs_del_service() local 1641 list_for_each_entry_safe(dest, nxt, &svc->destinations, n_list) { in __ip_vs_del_service()
|
| /net/sched/ |
| A 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()
|
Completed in 14 milliseconds