Searched refs:SYS_SENDMMSG (Results 1 – 3 of 3) sorted by relevance
46 #define SYS_SENDMMSG 20 /* sys_sendmmsg(2) */ macro
429 if (call < SYS_SOCKET || call > SYS_SENDMMSG) in COMPAT_SYSCALL_DEFINE2()499 case SYS_SENDMMSG: in COMPAT_SYSCALL_DEFINE2()
3000 if (call < 1 || call > SYS_SENDMMSG) in SYSCALL_DEFINE2()3002 call = array_index_nospec(call, SYS_SENDMMSG + 1); in SYSCALL_DEFINE2()3082 case SYS_SENDMMSG: in SYSCALL_DEFINE2()
Completed in 11 milliseconds