Searched refs:ns_match (Results 1 – 3 of 3) sorted by relevance
83 extern bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino);
263 bool ns_match(const struct ns_common *ns, dev_t dev, ino_t ino) in ns_match() function
597 if (!ns_match(&pidns->ns, (dev_t)dev, ino)) in BPF_CALL_4()