Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dnet.h186 int (*gettstamp) (struct socket *sock, void __user *userstamp,
/openbmc/linux/net/core/
H A Dsock.c3577 int sock_gettstamp(struct socket *sock, void __user *userstamp, in sock_gettstamp() argument
3598 return put_old_timespec32(&ts, userstamp); in sock_gettstamp()
3607 if (copy_to_user(userstamp, &tv, sizeof(tv))) in sock_gettstamp()
3612 return put_timespec64(&ts, userstamp); in sock_gettstamp()
/openbmc/linux/include/net/
H A Dsock.h1883 int sock_gettstamp(struct socket *sock, void __user *userstamp,