Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dsocket.h434 struct old_timespec32 __user *timeout32);
/linux/tools/perf/trace/beauty/include/linux/
H A Dsocket.h434 struct old_timespec32 __user *timeout32);
/linux/net/
H A Dsocket.c3117 struct old_timespec32 __user *timeout32) in SYSCALL_DEFINE2()
3125 if (timeout32 && get_old_timespec32(&timeout_sys, timeout32)) in SYSCALL_DEFINE2()
3128 if (!timeout && !timeout32) in SYSCALL_DEFINE2()
3139 if (timeout32 && put_old_timespec32(&timeout_sys, timeout32)) in SYSCALL_DEFINE2()
3011 __sys_recvmmsg(int fd,struct mmsghdr __user * mmsg,unsigned int vlen,unsigned int flags,struct __kernel_timespec __user * timeout,struct old_timespec32 __user * timeout32) __sys_recvmmsg() argument