Home
last modified time | relevance | path

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

/Linux-v6.1/scripts/coccinelle/iterators/
Duse_after_iter.cocci35 iterator name hlist_for_each_entry_from;
120 hlist_for_each_entry_from(c,...) S
/Linux-v6.1/
D.clang-format419 - 'hlist_for_each_entry_from'
/Linux-v6.1/tools/include/linux/
Dlist.h745 #define hlist_for_each_entry_from(pos, member) \ macro
/Linux-v6.1/include/linux/
Dlist.h1058 #define hlist_for_each_entry_from(pos, member) \ macro
/Linux-v6.1/net/ipv4/
Dfib_trie.c1273 hlist_for_each_entry_from(fa, fa_list) { in fib_table_insert()
1740 hlist_for_each_entry_from(fa, fa_list) { in fib_table_delete()
/Linux-v6.1/lib/
Dlist-test.c1136 hlist_for_each_entry_from(cur, list) { in hlist_test_for_each_entry_from()
/Linux-v6.1/include/net/
Dsock.h889 hlist_for_each_entry_from(__sk, sk_node)