Searched refs:SOCK_TYPE_MASK (Results 1 – 6 of 6) sorted by relevance
17 #ifndef SOCK_TYPE_MASK18 #define SOCK_TYPE_MASK 0xf macro27 flags = type & ~SOCK_TYPE_MASK; in syscall_arg__scnprintf_socket_type()29 type &= SOCK_TYPE_MASK; in syscall_arg__scnprintf_socket_type()
42 #define SOCK_TYPE_MASK 0xf macro
7 #define SOCK_TYPE_MASK 0xf macro422 switch (sotype & SOCK_TYPE_MASK) { in create_pair()
1661 BUILD_BUG_ON((SOCK_MAX | SOCK_TYPE_MASK) != SOCK_TYPE_MASK); in __sys_socket_create()1662 BUILD_BUG_ON(SOCK_CLOEXEC & SOCK_TYPE_MASK); in __sys_socket_create()1663 BUILD_BUG_ON(SOCK_NONBLOCK & SOCK_TYPE_MASK); in __sys_socket_create()1665 if ((type & ~SOCK_TYPE_MASK) & ~(SOCK_CLOEXEC | SOCK_NONBLOCK)) in __sys_socket_create()1667 type &= SOCK_TYPE_MASK; in __sys_socket_create()1685 flags = type & ~SOCK_TYPE_MASK; in __sys_socket_file()1721 flags = type & ~SOCK_TYPE_MASK; in __sys_socket()1744 flags = type & ~SOCK_TYPE_MASK; in __sys_socketpair()1747 type &= SOCK_TYPE_MASK; in __sys_socketpair()
77 #define SOCK_TYPE_MASK 0xf macro
1631 sock->flags = sock->type & ~SOCK_TYPE_MASK; in io_socket_prep()
Completed in 20 milliseconds