Home
last modified time | relevance | path

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

/linux-4.4.14/arch/mips/include/asm/
Dsocket.h45 #define SOCK_CLOEXEC O_CLOEXEC macro
/linux-4.4.14/samples/bpf/
Dlibbpf.c130 sock = socket(PF_PACKET, SOCK_RAW | SOCK_NONBLOCK | SOCK_CLOEXEC, htons(ETH_P_ALL)); in open_raw_sock()
/linux-4.4.14/include/linux/
Dnet.h79 #define SOCK_CLOEXEC O_CLOEXEC macro
/linux-4.4.14/net/
Dsocket.c1220 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()
/linux-4.4.14/tools/perf/
Dbuiltin-trace.c81 #ifndef SOCK_CLOEXEC
82 # define SOCK_CLOEXEC 02000000 macro