Home
last modified time | relevance | path

Searched refs:OS_SENDMSG_MAX_FDS (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/um/os-Linux/
Dfile.c645 char control[CMSG_SPACE(sizeof(*fds) * OS_SENDMSG_MAX_FDS)]; in os_sendmsg_fds()
658 if (fds_num > OS_SENDMSG_MAX_FDS) in os_sendmsg_fds()
/kernel/linux/linux-5.10/arch/um/include/shared/
Dos.h39 #define OS_SENDMSG_MAX_FDS 8 macro