Searched defs:S_ISSOCK (Results 1 - 4 of 4) sorted by relevance

/linux-master/include/uapi/linux/
H A Dstat.h27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
/linux-master/tools/include/nolibc/
H A Dtypes.h44 #define S_ISSOCK(mode) (((mode) & S_IFMT) == S_IFSOCK) macro
/linux-master/tools/include/uapi/linux/
H A Dstat.h27 #define S_ISSOCK(m) (((m) & S_IFMT) == S_IFSOCK) macro
/linux-master/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h38 #define S_ISSOCK(m) (((m)&S_IFMT) == S_IFSOCK) macro

Completed in 245 milliseconds