Home
last modified time | relevance | path

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

/src/
H A D.clang-format69 - RB_FOREACH_FROM
/src/share/man/man3/
H A DMakefile346 tree.3 RB_FOREACH_FROM.3 \
/src/sys/netinet6/
H A Dmld6.c2566 RB_FOREACH_FROM(ims, ip6_msource_tree, nims) { in mld_v2_enqueue_group_record()
2761 RB_FOREACH_FROM(ims, ip6_msource_tree, nims) { in mld_v2_enqueue_filter_change()
/src/sys/netinet/
H A Digmp.c2989 RB_FOREACH_FROM(ims, ip_msource_tree, nims) { in igmp_v3_enqueue_group_record()
3185 RB_FOREACH_FROM(ims, ip_msource_tree, nims) { in igmp_v3_enqueue_filter_change()
/src/sys/dev/iommu/
H A Diommu_gas.c726 RB_FOREACH_FROM(entry, iommu_gas_entries_tree, nentry) { in iommu_gas_remove_locked()
/src/sys/sys/
H A Dtree.h1048 #define RB_FOREACH_FROM(x, name, y) \ macro