Searched refs:NS_GET_PARENT (Results 1 – 4 of 4) sorted by relevance
25 #define NS_GET_PARENT _IO(NSIO, 0x2) macro60 pns = ioctl(ns, NS_GET_PARENT); in main()72 if (ioctl(pns, NS_GET_PARENT) >= 0 || errno != EPERM) in main()
12 #define NS_GET_PARENT _IO(NSIO, 0x2) macro
200 case NS_GET_PARENT: in ns_ioctl()
123 +pub const NS_GET_PARENT: u32 = 46850;