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

/linux-master/include/uapi/linux/
H A Dnet.h46 #define SYS_SENDMMSG 20 /* sys_sendmmsg(2) */ macro
/linux-master/net/
H A Dcompat.c430 if (call < SYS_SOCKET || call > SYS_SENDMMSG)
500 case SYS_SENDMMSG:
H A Dsocket.c3083 if (call < 1 || call > SYS_SENDMMSG)
3085 call = array_index_nospec(call, SYS_SENDMMSG + 1);
3165 case SYS_SENDMMSG:

Completed in 128 milliseconds