Searched refs:RB_NEXT (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.121.2/bsd/net/ |
| H A D | pf_if.c | 674 nextp = RB_NEXT(pfi_ifhead, &pfi_ifs, p); in pfi_get_ifaces() 703 nextp = RB_NEXT(pfi_ifhead, &pfi_ifs, p); in pfi_get_ifaces()
|
| H A D | pf_ioctl.c | 3373 nexts = RB_NEXT(pf_state_tree_id, &tree_id, s); in pfioctl_ioc_state_kill() 3420 nexts = RB_NEXT(pf_state_tree_id, &tree_id, s); in pfioctl_ioc_state_kill()
|
| H A D | pf.c | 1637 next = RB_NEXT(pf_src_tree, &tree_src_tracking, cur); in pf_purge_expired_src_nodes() 3132 f->child = RB_NEXT(pf_anchor_node, f->parent, f->child); in pf_step_out_of_anchor()
|
| /xnu-8796.121.2/osfmk/kern/ |
| H A D | machine.c | 760 …struct io_timeout_override_entry *next = RB_NEXT(io_timeout_override, &io_timeout_override_root, n… in ml_io_increase_timeouts()
|
| /xnu-8796.121.2/libkern/libkern/ |
| H A D | tree.h | 821 #define RB_NEXT(name, x, y) name##_RB_NEXT(y) macro
|