Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/skywalk/namespace/
H A Dnetns.c104 struct ns_reservation { struct
105 RB_ENTRY(ns_reservation) nsr_link;
113 static inline int nsr_cmp(const struct ns_reservation *, argument
114 const struct ns_reservation *);
116 RB_HEAD(ns_reservation_tree, ns_reservation);
117 RB_PROTOTYPE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);
118 RB_GENERATE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);
120 static inline struct ns_reservation *ns_reservation_tree_find(
235 static struct ns_reservation *netns_ns_reservation_alloc(boolean_t, in_port_t);
236 static void netns_ns_reservation_free(struct ns_reservation *);
[all …]