/linux-4.1.27/arch/cris/include/uapi/asm/ |
D | sockios.h | 11 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/parisc/include/uapi/asm/ |
D | sockios.h | 11 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/include/uapi/asm-generic/ |
D | sockios.h | 11 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/ia64/include/uapi/asm/ |
D | sockios.h | 18 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/m32r/include/uapi/asm/ |
D | sockios.h | 11 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/mn10300/include/uapi/asm/ |
D | sockios.h | 11 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/frv/include/uapi/asm/ |
D | sockios.h | 11 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/sparc/include/uapi/asm/ |
D | sockios.h | 11 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/avr32/include/uapi/asm/ |
D | sockios.h | 11 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/powerpc/include/uapi/asm/ |
D | sockios.h | 18 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/xtensa/include/uapi/asm/ |
D | sockios.h | 29 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/alpha/include/uapi/asm/ |
D | sockios.h | 14 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/mips/include/uapi/asm/ |
D | sockios.h | 24 #define SIOCGSTAMPNS 0x8907 /* Get stamp (timespec) */ macro
|
/linux-4.1.27/arch/sh/include/uapi/asm/ |
D | sockios.h | 13 #define SIOCGSTAMPNS _IOR('s', 101, struct timespec) /* Get stamp (timespec) */ macro
|
/linux-4.1.27/Documentation/networking/timestamping/ |
D | timestamping.c | 57 #ifndef SIOCGSTAMPNS 58 # define SIOCGSTAMPNS 0x8907 macro 269 if (ioctl(sock, SIOCGSTAMPNS, &ts)) in printpacket()
|
/linux-4.1.27/net/atm/ |
D | ioctl.c | 91 case SIOCGSTAMPNS: /* borrowed from IP */ in do_vcc_ioctl()
|
/linux-4.1.27/net/bluetooth/ |
D | af_bluetooth.c | 485 case SIOCGSTAMPNS: in bt_sock_ioctl()
|
/linux-4.1.27/net/x25/ |
D | af_x25.c | 1395 case SIOCGSTAMPNS: in x25_ioctl() 1691 case SIOCGSTAMPNS: in compat_x25_ioctl()
|
/linux-4.1.27/net/ipv6/ |
D | af_inet6.c | 488 case SIOCGSTAMPNS: in inet6_ioctl()
|
/linux-4.1.27/net/ieee802154/ |
D | socket.c | 170 case SIOCGSTAMPNS: in ieee802154_sock_ioctl()
|
/linux-4.1.27/net/netrom/ |
D | af_netrom.c | 1227 case SIOCGSTAMPNS: in nr_ioctl()
|
/linux-4.1.27/net/ipv4/ |
D | af_inet.c | 849 case SIOCGSTAMPNS: in inet_ioctl()
|
/linux-4.1.27/net/rose/ |
D | af_rose.c | 1303 case SIOCGSTAMPNS: in rose_ioctl()
|
/linux-4.1.27/net/appletalk/ |
D | ddp.c | 1814 case SIOCGSTAMPNS: in atalk_ioctl()
|
/linux-4.1.27/net/ax25/ |
D | af_ax25.c | 1714 case SIOCGSTAMPNS: in ax25_ioctl()
|
/linux-4.1.27/net/ |
D | socket.c | 3088 case SIOCGSTAMPNS: in compat_sock_ioctl_trans()
|
/linux-4.1.27/net/packet/ |
D | af_packet.c | 3665 case SIOCGSTAMPNS: in packet_ioctl()
|