Home
last modified time | relevance | path

Searched refs:sock_get_timestampns (Results 1 – 14 of 14) sorted by relevance

/linux-4.4.14/net/atm/
Dioctl.c97 error = sock_get_timestampns(sk, argp); in do_vcc_ioctl()
/linux-4.4.14/net/bluetooth/
Daf_bluetooth.c486 err = sock_get_timestampns(sk, (struct timespec __user *) arg); in bt_sock_ioctl()
/linux-4.4.14/net/ipv6/
Daf_inet6.c492 return sock_get_timestampns(sk, (struct timespec __user *)arg); in inet6_ioctl()
/linux-4.4.14/net/ieee802154/
Dsocket.c169 return sock_get_timestampns(sk, (struct timespec __user *)arg); in ieee802154_sock_ioctl()
/linux-4.4.14/net/
Dcompat.c465 return sock_get_timestampns (sk, userstamp); in compat_sock_get_timestampns()
/linux-4.4.14/net/core/
Dsock.c2520 int sock_get_timestampns(struct sock *sk, struct timespec __user *userstamp) in sock_get_timestampns() function
2534 EXPORT_SYMBOL(sock_get_timestampns);
/linux-4.4.14/net/netrom/
Daf_netrom.c1229 ret = sock_get_timestampns(sk, argp); in nr_ioctl()
/linux-4.4.14/net/rose/
Daf_rose.c1305 return sock_get_timestampns(sk, (struct timespec __user *) argp); in rose_ioctl()
/linux-4.4.14/net/ipv4/
Daf_inet.c851 err = sock_get_timestampns(sk, (struct timespec __user *)arg); in inet_ioctl()
/linux-4.4.14/net/appletalk/
Dddp.c1815 rc = sock_get_timestampns(sk, argp); in atalk_ioctl()
/linux-4.4.14/net/x25/
Daf_x25.c1398 rc = sock_get_timestampns(sk, in x25_ioctl()
/linux-4.4.14/include/net/
Dsock.h2277 int sock_get_timestampns(struct sock *, struct timespec __user *);
/linux-4.4.14/net/ax25/
Daf_ax25.c1714 res = sock_get_timestampns(sk, argp); in ax25_ioctl()
/linux-4.4.14/net/packet/
Daf_packet.c3908 return sock_get_timestampns(sk, (struct timespec __user *)arg); in packet_ioctl()