Searched refs:userstamp (Results 1 – 3 of 3) sorted by relevance
| /Linux-v6.6/include/linux/ |
| D | net.h | 186 int (*gettstamp) (struct socket *sock, void __user *userstamp,
|
| /Linux-v6.6/net/core/ |
| D | sock.c | 3567 int sock_gettstamp(struct socket *sock, void __user *userstamp, in sock_gettstamp() argument 3588 return put_old_timespec32(&ts, userstamp); in sock_gettstamp() 3597 if (copy_to_user(userstamp, &tv, sizeof(tv))) in sock_gettstamp() 3602 return put_timespec64(&ts, userstamp); in sock_gettstamp()
|
| /Linux-v6.6/include/net/ |
| D | sock.h | 1873 int sock_gettstamp(struct socket *sock, void __user *userstamp,
|