Searched refs:LINUX_SOCK_CLOEXEC (Results 1 – 2 of 2) sorted by relevance
239 #define LINUX_SOCK_CLOEXEC LINUX_O_CLOEXEC macro
250 if (flags & ~(LINUX_SOCK_CLOEXEC|LINUX_SOCK_NONBLOCK)) in linux_to_bsd_type()253 if (flags & LINUX_SOCK_CLOEXEC) in linux_to_bsd_type()