Searched refs:ns_cmp (Results 1 – 1 of 1) sorted by relevance
158 static inline int ns_cmp(const struct ns *, const struct ns *);162 RB_PROTOTYPE_PREV(netns_namespaces_tree, ns, ns_link, ns_cmp);163 RB_GENERATE_PREV(netns_namespaces_tree, ns, ns_link, ns_cmp);423 ns_cmp(const struct ns *a, const struct ns *b) in ns_cmp() function