Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/skywalk/namespace/
H A Dnetns.c153 static inline int ns_cmp(const struct ns *, const struct ns *);
157 RB_PROTOTYPE_PREV(netns_namespaces_tree, ns, ns_link, ns_cmp);
158 RB_GENERATE_PREV(netns_namespaces_tree, ns, ns_link, ns_cmp);
415 ns_cmp(const struct ns *a, const struct ns *b) in ns_cmp() function