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