Searched refs:userstamp (Results 1 – 3 of 3) sorted by relevance
| /Linux-v5.4/include/linux/ |
| D | net.h | 160 int (*gettstamp) (struct socket *sock, void __user *userstamp,
|
| /Linux-v5.4/net/core/ |
| D | sock.c | 3006 int sock_gettstamp(struct socket *sock, void __user *userstamp, in sock_gettstamp() argument 3027 return put_old_timespec32(&ts, userstamp); in sock_gettstamp() 3036 if (copy_to_user(userstamp, &tv, sizeof(tv))) in sock_gettstamp() 3041 return put_timespec64(&ts, userstamp); in sock_gettstamp()
|
| /Linux-v5.4/include/net/ |
| D | sock.h | 1624 int sock_gettstamp(struct socket *sock, void __user *userstamp,
|