Searched refs:userstamp (Results 1 – 3 of 3) sorted by relevance
| /linux-6.15/include/linux/ |
| H A D | net.h | 188 int (*gettstamp) (struct socket *sock, void __user *userstamp,
|
| /linux-6.15/net/core/ |
| H A D | sock.c | 3762 int sock_gettstamp(struct socket *sock, void __user *userstamp, in sock_gettstamp() argument 3783 return put_old_timespec32(&ts, userstamp); in sock_gettstamp() 3792 if (copy_to_user(userstamp, &tv, sizeof(tv))) in sock_gettstamp() 3797 return put_timespec64(&ts, userstamp); in sock_gettstamp()
|
| /linux-6.15/include/net/ |
| H A D | sock.h | 1822 int sock_gettstamp(struct socket *sock, void __user *userstamp,
|