Home
last modified time | relevance | path

Searched refs:hlist_for_each_entry_from (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/scripts/coccinelle/iterators/
Duse_after_iter.cocci35 iterator name hlist_for_each_entry_from;
120 hlist_for_each_entry_from(c,...) S
/Linux-v5.4/
D.clang-format295 - 'hlist_for_each_entry_from'
/Linux-v5.4/tools/include/linux/
Dlist.h734 #define hlist_for_each_entry_from(pos, member) \ macro
/Linux-v5.4/include/linux/
Dlist.h887 #define hlist_for_each_entry_from(pos, member) \ macro
/Linux-v5.4/net/ipv4/
Dfib_trie.c1178 hlist_for_each_entry_from(fa, fa_list) { in fib_table_insert()
1574 hlist_for_each_entry_from(fa, fa_list) { in fib_table_delete()
/Linux-v5.4/include/net/
Dsock.h752 hlist_for_each_entry_from(__sk, sk_node)