Home
last modified time | relevance | path

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

/Linux-v5.10/scripts/coccinelle/iterators/
Duse_after_iter.cocci35 iterator name hlist_for_each_entry_from;
120 hlist_for_each_entry_from(c,...) S
/Linux-v5.10/
D.clang-format327 - 'hlist_for_each_entry_from'
/Linux-v5.10/tools/include/linux/
Dlist.h734 #define hlist_for_each_entry_from(pos, member) \ macro
/Linux-v5.10/include/linux/
Dlist.h1012 #define hlist_for_each_entry_from(pos, member) \ macro
/Linux-v5.10/net/ipv4/
Dfib_trie.c1225 hlist_for_each_entry_from(fa, fa_list) { in fib_table_insert()
1688 hlist_for_each_entry_from(fa, fa_list) { in fib_table_delete()
/Linux-v5.10/include/net/
Dsock.h800 hlist_for_each_entry_from(__sk, sk_node)