Home
last modified time | relevance | path

Searched refs:userstamp (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/
H A Dnet.h188 int (*gettstamp) (struct socket *sock, void __user *userstamp,
/linux-6.15/net/core/
H A Dsock.c3762 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 Dsock.h1822 int sock_gettstamp(struct socket *sock, void __user *userstamp,