Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/namespace/
H A Dnetns.c121 static inline struct ns_reservation *ns_reservation_tree_find(
440 ns_reservation_tree_find(struct ns_reservation_tree *tree, const in_port_t port) in ns_reservation_tree_find() function
535 res = ns_reservation_tree_find(&gns->ns_reservations, port); in _netns_is_port_used()
607 (skres = ns_reservation_tree_find( in _netns_reserve_common()
647 (skres = ns_reservation_tree_find( in _netns_reserve_common()
675 if ((skres = ns_reservation_tree_find( in _netns_reserve_common()
719 (skres = ns_reservation_tree_find( in _netns_reserve_common()
731 (skres = ns_reservation_tree_find( in _netns_reserve_common()
828 res = ns_reservation_tree_find(&namespace->ns_reservations, port); in _netns_release_common()