Searched refs:userstamp (Results 1 – 3 of 3) sorted by relevance
| /linux/include/linux/ |
| H A D | net.h | 186 int (*gettstamp) (struct socket *sock, void __user *userstamp,
|
| /linux/net/core/ |
| H A D | sock.c | 3840 int sock_gettstamp(struct socket *sock, void __user *userstamp, in sock_gettstamp() argument 3861 return put_old_timespec32(&ts, userstamp); in sock_gettstamp() 3870 if (copy_to_user(userstamp, &tv, sizeof(tv))) in sock_gettstamp() 3875 return put_timespec64(&ts, userstamp); in sock_gettstamp()
|
| /linux/include/net/ |
| H A D | sock.h | 1884 int sock_gettstamp(struct socket *sock, void __user *userstamp,
|