Searched refs:SO_TIMESTAMPING (Results 1 - 20 of 20) sorted by relevance

/linux-4.4.14/include/uapi/asm-generic/
H A Dsocket.h60 #define SO_TIMESTAMPING 37 macro
61 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/arch/s390/include/uapi/asm/
H A Dsocket.h64 #define SO_TIMESTAMPING 37 macro
65 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/arch/mn10300/include/uapi/asm/
H A Dsocket.h58 #define SO_TIMESTAMPING 37 macro
59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/arch/frv/include/uapi/asm/
H A Dsocket.h58 #define SO_TIMESTAMPING 37 macro
59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/arch/m32r/include/uapi/asm/
H A Dsocket.h58 #define SO_TIMESTAMPING 37 macro
59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/arch/avr32/include/uapi/asm/
H A Dsocket.h58 #define SO_TIMESTAMPING 37 macro
59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/arch/xtensa/include/uapi/asm/
H A Dsocket.h69 #define SO_TIMESTAMPING 37 macro
70 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/arch/alpha/include/uapi/asm/
H A Dsocket.h68 #define SO_TIMESTAMPING 37 macro
69 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/arch/powerpc/include/uapi/asm/
H A Dsocket.h65 #define SO_TIMESTAMPING 37 macro
66 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/arch/sparc/include/uapi/asm/
H A Dsocket.h57 #define SO_TIMESTAMPING 0x0023 macro
58 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/arch/parisc/include/uapi/asm/
H A Dsocket.h60 #define SO_TIMESTAMPING 0x4020 macro
61 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/arch/ia64/include/uapi/asm/
H A Dsocket.h67 #define SO_TIMESTAMPING 37 macro
68 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/Documentation/networking/timestamping/
H A Dtimestamping.c8 * Outgoing packets are time stamped with SO_TIMESTAMPING with or
11 * Incoming packets are time stamped with SO_TIMESTAMPING with or
48 #ifndef SO_TIMESTAMPING
49 # define SO_TIMESTAMPING 37 macro
50 # define SCM_TIMESTAMPING SO_TIMESTAMPING
196 case SO_TIMESTAMPING: { printpacket()
199 printf("SO_TIMESTAMPING "); printpacket()
440 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, main()
443 bail("setsockopt SO_TIMESTAMPING"); main()
463 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &val, &len) < 0) { main()
464 printf("%s: %s\n", "getsockopt SO_TIMESTAMPING", main()
467 printf("SO_TIMESTAMPING %d\n", val); main()
H A Dtxtimestamp.c328 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, do_test()
/linux-4.4.14/include/uapi/linux/
H A Derrqueue.h28 * The timestamping interfaces SO_TIMESTAMPING, MSG_TSTAMP_*
H A Dnet_tstamp.h12 #include <linux/socket.h> /* for SO_TIMESTAMPING */
14 /* SO_TIMESTAMPING gets an integer bit field comprised of these values */
H A Dethtool.h1087 * @so_timestamping: bit mask of the sum of the supported SO_TIMESTAMPING flags
/linux-4.4.14/arch/mips/include/uapi/asm/
H A Dsocket.h79 #define SO_TIMESTAMPING 37 macro
80 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.4.14/net/core/
H A Dsock.c867 case SO_TIMESTAMPING: sock_setsockopt()
1132 case SO_TIMESTAMPING: sock_getsockopt()
/linux-4.4.14/include/net/
H A Dsock.h155 * %SO_OOBINLINE settings, %SO_TIMESTAMPING settings
302 * @sk_tsflags: SO_TIMESTAMPING socket options

Completed in 558 milliseconds