Home
last modified time | relevance | path

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

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/bits/
H A Dsocket.h344 struct ucred struct
346 pid_t pid; /* PID of sending process. */
347 uid_t uid; /* UID of sending process. */
348 gid_t gid; /* GID of sending process. */
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/bits/
H A Dsocket.h344 struct ucred struct
346 pid_t pid; /* PID of sending process. */
347 uid_t uid; /* UID of sending process. */
348 gid_t gid; /* GID of sending process. */
/OK3568_Linux_fs/kernel/tools/perf/trace/beauty/include/linux/
H A Dsocket.h169 struct ucred { struct
170 __u32 pid;
171 __u32 uid;
172 __u32 gid;
/OK3568_Linux_fs/kernel/include/linux/
H A Dsocket.h169 struct ucred { struct
170 __u32 pid;
171 __u32 uid;
172 __u32 gid;
/OK3568_Linux_fs/kernel/net/core/
H A Dsock.c1271 struct ucred *ucred) in cred_to_ucred()