Home
last modified time | relevance | path

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

/xnu-12377.1.9/bsd/skywalk/namespace/
H A Dnetns.c127 static inline struct ns_reservation *ns_reservation_tree_find(
449 ns_reservation_tree_find(struct ns_reservation_tree *tree, const in_port_t port) in ns_reservation_tree_find() function
544 res = ns_reservation_tree_find(&gns->ns_reservations, port); in _netns_is_port_used()
616 (skres = ns_reservation_tree_find( in _netns_reserve_common()
656 (skres = ns_reservation_tree_find( in _netns_reserve_common()
684 if ((skres = ns_reservation_tree_find( in _netns_reserve_common()
728 (skres = ns_reservation_tree_find( in _netns_reserve_common()
740 (skres = ns_reservation_tree_find( in _netns_reserve_common()
837 res = ns_reservation_tree_find(&namespace->ns_reservations, port); in _netns_release_common()