Home
last modified time | relevance | path

Searched defs:kern_ipc_perm (Results 1 – 1 of 1) sorted by relevance

/third_party/libbpf/.github/actions/build-selftests/
Dvmlinux.h31601 struct kern_ipc_perm { struct
31602 spinlock_t lock;
31603 bool deleted;
31604 int id;
31605 key_t key;
31606 kuid_t uid;
31607 kgid_t gid;
31608 kuid_t cuid;
31609 kgid_t cgid;
31610 umode_t mode;
[all …]