Searched refs:SOCK_CLOEXEC (Results 1 - 5 of 5) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/
H A Dsocket.h45 #define SOCK_CLOEXEC O_CLOEXEC macro
/linux-4.4.14/samples/bpf/
H A Dlibbpf.c130 sock = socket(PF_PACKET, SOCK_RAW | SOCK_NONBLOCK | SOCK_CLOEXEC, htons(ETH_P_ALL)); open_raw_sock()
/linux-4.4.14/include/linux/
H A Dnet.h79 #define SOCK_CLOEXEC O_CLOEXEC macro
/linux-4.4.14/net/
H A Dsocket.c1220 BUILD_BUG_ON(SOCK_CLOEXEC != O_CLOEXEC); SYSCALL_DEFINE3()
1222 BUILD_BUG_ON(SOCK_CLOEXEC & SOCK_TYPE_MASK); SYSCALL_DEFINE3()
1226 if (flags & ~(SOCK_CLOEXEC | SOCK_NONBLOCK)) SYSCALL_DEFINE3()
1263 if (flags & ~(SOCK_CLOEXEC | SOCK_NONBLOCK)) SYSCALL_DEFINE4()
1433 if (flags & ~(SOCK_CLOEXEC | SOCK_NONBLOCK)) SYSCALL_DEFINE4()
/linux-4.4.14/tools/perf/
H A Dbuiltin-trace.c81 #ifndef SOCK_CLOEXEC
82 # define SOCK_CLOEXEC 02000000 macro

Completed in 171 milliseconds