Home
last modified time | relevance | path

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

/xnu-12377.81.4/bsd/skywalk/namespace/
H A Dnetns.c126 static inline struct ns_reservation *ns_reservation_tree_find(
448 ns_reservation_tree_find(struct ns_reservation_tree *tree, const in_port_t port) in ns_reservation_tree_find() function
543 res = ns_reservation_tree_find(&gns->ns_reservations, port); in _netns_is_port_used()
615 (skres = ns_reservation_tree_find( in _netns_reserve_common()
655 (skres = ns_reservation_tree_find( in _netns_reserve_common()
683 if ((skres = ns_reservation_tree_find( in _netns_reserve_common()
727 (skres = ns_reservation_tree_find( in _netns_reserve_common()
739 (skres = ns_reservation_tree_find( in _netns_reserve_common()
836 res = ns_reservation_tree_find(&namespace->ns_reservations, port); in _netns_release_common()