Searched defs:hlist_nulls_for_each_entry (Results 1 - 6 of 6) sorted by relevance
| /kernel/linux/linux-5.10/include/linux/ |
| H A D | list_nulls.h | 127 #define hlist_nulls_for_each_entry(tpos, pos, head, member) \ macro
|
| /kernel/linux/linux-6.6/include/linux/ |
| H A D | list_nulls.h | 127 #define hlist_nulls_for_each_entry(tpos, pos, head, member) \ macro
|
| /kernel/linux/linux-5.10/net/netfilter/ |
| H A D | nf_conntrack_core.c | 2192 hlist_nulls_for_each_entry(h, n, hslot, hnnode) { in get_next_corpse() function
|
| H A D | nf_conntrack_netlink.c | 1685 hlist_nulls_for_each_entry(h, n, list, hnnode) { in ctnetlink_dump_list() function
|
| /kernel/linux/linux-6.6/kernel/bpf/ |
| H A D | hashtab.c | 1506 hlist_nulls_for_each_entry(l, n, head, hash_node) { in htab_free_malloced_timers() function
|
| /kernel/linux/linux-6.6/net/netfilter/ |
| H A D | nf_conntrack_core.c | 2371 hlist_nulls_for_each_entry(h, n, hslot, hnnode) { in get_next_corpse() function
|
Completed in 16 milliseconds