[NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution
[deliverable/linux.git] / net / appletalk / ddp.c
index c8b7dc2c3257f6ac9d936eabf8a4f75ba660b1c4..32b82705b685025f678198eedf6072492a7df5e0 100644 (file)
@@ -1771,6 +1771,9 @@ static int atalk_ioctl(struct socket *sock, unsigned int cmd, unsigned long arg)
                case SIOCGSTAMP:
                        rc = sock_get_timestamp(sk, argp);
                        break;
+               case SIOCGSTAMPNS:
+                       rc = sock_get_timestampns(sk, argp);
+                       break;
                /* Routing */
                case SIOCADDRT:
                case SIOCDELRT:
This page took 0.031681 seconds and 5 git commands to generate.