Searched refs:SOCK_CLOEXEC (Results 1 – 5 of 5) sorted by relevance
45 #define SOCK_CLOEXEC O_CLOEXEC macro
130 sock = socket(PF_PACKET, SOCK_RAW | SOCK_NONBLOCK | SOCK_CLOEXEC, htons(ETH_P_ALL)); in open_raw_sock()
79 #define SOCK_CLOEXEC O_CLOEXEC macro
1220 BUILD_BUG_ON(SOCK_CLOEXEC != O_CLOEXEC); in SYSCALL_DEFINE3()1222 BUILD_BUG_ON(SOCK_CLOEXEC & SOCK_TYPE_MASK); in SYSCALL_DEFINE3()1226 if (flags & ~(SOCK_CLOEXEC | SOCK_NONBLOCK)) in SYSCALL_DEFINE3()1263 if (flags & ~(SOCK_CLOEXEC | SOCK_NONBLOCK)) in SYSCALL_DEFINE4()1433 if (flags & ~(SOCK_CLOEXEC | SOCK_NONBLOCK)) in SYSCALL_DEFINE4()
81 #ifndef SOCK_CLOEXEC82 # define SOCK_CLOEXEC 02000000 macro