Home
last modified time | relevance | path

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

/xnu-11417.140.69/bsd/skywalk/namespace/
H A Dnetns.c121 static inline struct ns_reservation *ns_reservation_tree_find(
443 ns_reservation_tree_find(struct ns_reservation_tree *tree, const in_port_t port) in ns_reservation_tree_find() function
538 res = ns_reservation_tree_find(&gns->ns_reservations, port); in _netns_is_port_used()
610 (skres = ns_reservation_tree_find( in _netns_reserve_common()
650 (skres = ns_reservation_tree_find( in _netns_reserve_common()
678 if ((skres = ns_reservation_tree_find( in _netns_reserve_common()
722 (skres = ns_reservation_tree_find( in _netns_reserve_common()
734 (skres = ns_reservation_tree_find( in _netns_reserve_common()
831 res = ns_reservation_tree_find(&namespace->ns_reservations, port); in _netns_release_common()