Searched refs:userstamp (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.1/include/linux/ |
| D | net.h | 184 int (*gettstamp) (struct socket *sock, void __user *userstamp,
|
| /Linux-v6.1/net/core/ |
| D | sock.c | 3509 int sock_gettstamp(struct socket *sock, void __user *userstamp, in sock_gettstamp() argument 3530 return put_old_timespec32(&ts, userstamp); in sock_gettstamp() 3539 if (copy_to_user(userstamp, &tv, sizeof(tv))) in sock_gettstamp() 3544 return put_timespec64(&ts, userstamp); in sock_gettstamp()
|
| /Linux-v6.1/include/net/ |
| D | sock.h | 1874 int sock_gettstamp(struct socket *sock, void __user *userstamp,
|