Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/coccinelle/iterators/
Duse_after_iter.cocci34 iterator name hlist_for_each_entry_from;
118 hlist_for_each_entry_from(c,...) S
/Linux-v4.19/
D.clang-format242 - 'hlist_for_each_entry_from'
/Linux-v4.19/tools/include/linux/
Dlist.h734 #define hlist_for_each_entry_from(pos, member) \ macro
/Linux-v4.19/include/linux/
Dlist.h804 #define hlist_for_each_entry_from(pos, member) \ macro
/Linux-v4.19/net/ipv4/
Dfib_trie.c1182 hlist_for_each_entry_from(fa, fa_list) { in fib_table_insert()
1572 hlist_for_each_entry_from(fa, fa_list) { in fib_table_delete()
/Linux-v4.19/include/net/
Dsock.h740 hlist_for_each_entry_from(__sk, sk_node)