Home
last modified time | relevance | path

Searched refs:SYS_SENDMMSG (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/include/uapi/linux/
Dnet.h46 #define SYS_SENDMMSG 20 /* sys_sendmmsg(2) */ macro
/Linux-v4.19/net/
Dcompat.c849 if (call < SYS_SOCKET || call > SYS_SENDMMSG) in COMPAT_SYSCALL_DEFINE2()
921 case SYS_SENDMMSG: in COMPAT_SYSCALL_DEFINE2()
Dsocket.c2514 if (call < 1 || call > SYS_SENDMMSG) in SYSCALL_DEFINE2()
2516 call = array_index_nospec(call, SYS_SENDMMSG + 1); in SYSCALL_DEFINE2()
2596 case SYS_SENDMMSG: in SYSCALL_DEFINE2()