Searched refs:ns_reservation (Results 1 – 1 of 1) sorted by relevance
110 struct ns_reservation { struct111 RB_ENTRY(ns_reservation) nsr_link;120 static inline int nsr_cmp(const struct ns_reservation *, argument121 const struct ns_reservation *);123 RB_HEAD(ns_reservation_tree, ns_reservation);124 RB_PROTOTYPE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);125 RB_GENERATE(ns_reservation_tree, ns_reservation, nsr_link, nsr_cmp);127 static inline struct ns_reservation *ns_reservation_tree_find(243 static struct ns_reservation *netns_ns_reservation_alloc(in_port_t, uint32_t);244 static void netns_ns_reservation_free(struct ns_reservation *);[all …]