Searched refs:LINUX_SOCK_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
118 #define LINUX_SOCK_CLOEXEC LINUX_O_CLOEXEC macro
749 if (lflags & ~(LINUX_SOCK_CLOEXEC | LINUX_SOCK_NONBLOCK)) in linux_set_socket_flags()753 if (lflags & LINUX_SOCK_CLOEXEC) in linux_set_socket_flags()