Searched refs:RB_NEXT (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.1.10/bsd/net/ |
| H A D | pf_if.c | 677 nextp = RB_NEXT(pfi_ifhead, &pfi_ifs, p); in pfi_get_ifaces() 706 nextp = RB_NEXT(pfi_ifhead, &pfi_ifs, p); in pfi_get_ifaces()
|
| H A D | pf_ioctl.c | 3433 nexts = RB_NEXT(pf_state_tree_id, &tree_id, s); in pfioctl_ioc_state_kill() 3480 nexts = RB_NEXT(pf_state_tree_id, &tree_id, s); in pfioctl_ioc_state_kill()
|
| H A D | pf.c | 1675 next = RB_NEXT(pf_src_tree, &tree_src_tracking, cur); in pf_purge_expired_src_nodes() 3170 f->child = RB_NEXT(pf_anchor_node, f->parent, f->child); in pf_step_out_of_anchor()
|
| /xnu-11215.1.10/libkern/libkern/ |
| H A D | tree.h | 825 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) macro
|
| /xnu-11215.1.10/osfmk/kern/ |
| H A D | machine.c | 772 struct io_timeout_override_entry *next = RB_NEXT(io_timeout_override, root, node); in io_increase_timeouts()
|