Home
last modified time | relevance | path

Searched refs:list_for_each_entry_safe (Results 1 – 4 of 4) sorted by relevance

/include/linux/
Dplist.h154 list_for_each_entry_safe(pos, n, &(head)->node_list, node_list)
175 list_for_each_entry_safe(pos, n, &(head)->node_list, m.node_list)
Dlist.h492 #define list_for_each_entry_safe(pos, n, head, member) \ macro
Dnetdevice.h1550 list_for_each_entry_safe(d, n, &(net)->dev_base_head, dev_list)
/include/net/sctp/
Dauth.h79 list_for_each_entry_safe(__key, __tmp, __list_head, key_list)