Home
last modified time | relevance | path

Searched refs:sock_get_timestamp (Results 1 – 16 of 16) sorted by relevance

/net/ieee802154/
Daf_ieee802154.c174 return sock_get_timestamp(sk, (struct timeval __user *)arg); in ieee802154_sock_ioctl()
/net/atm/
Dioctl.c89 error = sock_get_timestamp(sk, argp); in do_vcc_ioctl()
/net/can/
Daf_can.c105 return sock_get_timestamp(sk, (struct timeval __user *)arg); in can_ioctl()
/net/bluetooth/
Daf_bluetooth.c511 err = sock_get_timestamp(sk, (struct timeval __user *) arg); in bt_sock_ioctl()
/net/ipv6/
Daf_inet6.c521 return sock_get_timestamp(sk, (struct timeval __user *)arg); in inet6_ioctl()
/net/core/
Dsock.c2357 int sock_get_timestamp(struct sock *sk, struct timeval __user *userstamp) in sock_get_timestamp() function
2371 EXPORT_SYMBOL(sock_get_timestamp);
/net/
Dcompat.c455 return sock_get_timestamp(sk, userstamp); in compat_sock_get_timestamp()
/net/netrom/
Daf_netrom.c1225 ret = sock_get_timestamp(sk, argp); in nr_ioctl()
/net/rose/
Daf_rose.c1307 return sock_get_timestamp(sk, (struct timeval __user *) argp); in rose_ioctl()
/net/x25/
Daf_x25.c1393 rc = sock_get_timestamp(sk, in x25_ioctl()
/net/ipv4/
Daf_inet.c903 err = sock_get_timestamp(sk, (struct timeval __user *)arg); in inet_ioctl()
/net/ipx/
Daf_ipx.c1899 rc = sock_get_timestamp(sk, argp); in ipx_ioctl()
/net/appletalk/
Dddp.c1818 rc = sock_get_timestamp(sk, argp); in atalk_ioctl()
/net/ax25/
Daf_ax25.c1709 res = sock_get_timestamp(sk, argp); in ax25_ioctl()
/net/irda/
Daf_irda.c1861 err = sock_get_timestamp(sk, (struct timeval __user *)arg); in irda_ioctl()
/net/packet/
Daf_packet.c3430 return sock_get_timestamp(sk, (struct timeval __user *)arg); in packet_ioctl()