Searched refs:userstamp (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.15/include/linux/ |
| D | net.h | 162 int (*gettstamp) (struct socket *sock, void __user *userstamp,
|
| /Linux-v5.15/net/core/ |
| D | sock.c | 3265 int sock_gettstamp(struct socket *sock, void __user *userstamp, in sock_gettstamp() argument 3286 return put_old_timespec32(&ts, userstamp); in sock_gettstamp() 3295 if (copy_to_user(userstamp, &tv, sizeof(tv))) in sock_gettstamp() 3300 return put_timespec64(&ts, userstamp); in sock_gettstamp()
|
| /Linux-v5.15/include/net/ |
| D | sock.h | 1748 int sock_gettstamp(struct socket *sock, void __user *userstamp,
|