Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMPING (Results 1 – 21 of 21) sorted by relevance

/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dsocket.h65 #define SO_TIMESTAMPING 37 macro
66 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/xtensa/include/uapi/asm/
Dsocket.h69 #define SO_TIMESTAMPING 37 macro
70 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/mips/include/uapi/asm/
Dsocket.h79 #define SO_TIMESTAMPING 37 macro
80 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/avr32/include/uapi/asm/
Dsocket.h58 #define SO_TIMESTAMPING 37 macro
59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/s390/include/uapi/asm/
Dsocket.h64 #define SO_TIMESTAMPING 37 macro
65 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/include/uapi/asm-generic/
Dsocket.h60 #define SO_TIMESTAMPING 37 macro
61 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dsocket.h57 #define SO_TIMESTAMPING 0x0023 macro
58 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/m32r/include/uapi/asm/
Dsocket.h58 #define SO_TIMESTAMPING 37 macro
59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/mn10300/include/uapi/asm/
Dsocket.h58 #define SO_TIMESTAMPING 37 macro
59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dsocket.h60 #define SO_TIMESTAMPING 0x4020 macro
61 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/frv/include/uapi/asm/
Dsocket.h58 #define SO_TIMESTAMPING 37 macro
59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/cris/include/uapi/asm/
Dsocket.h60 #define SO_TIMESTAMPING 37 macro
61 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dsocket.h68 #define SO_TIMESTAMPING 37 macro
69 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dsocket.h67 #define SO_TIMESTAMPING 37 macro
68 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/linux-4.1.27/Documentation/networking/timestamping/
Dtimestamping.c48 #ifndef SO_TIMESTAMPING
49 # define SO_TIMESTAMPING 37 macro
50 # define SCM_TIMESTAMPING SO_TIMESTAMPING
196 case SO_TIMESTAMPING: { in printpacket()
440 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, in main()
463 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPING, &val, &len) < 0) { in main()
Dtxtimestamp.c328 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test()
/linux-4.1.27/drivers/ptp/
DKconfig37 using the SO_TIMESTAMPING API.
51 using the SO_TIMESTAMPING API.
70 using the SO_TIMESTAMPING API.
88 SO_TIMESTAMPING API.
/linux-4.1.27/Documentation/networking/
Dtimestamping.txt19 * SO_TIMESTAMPING
42 1.3 SO_TIMESTAMPING:
47 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, (void *) val, &val);
188 The SO_TIMESTAMPING interface supports timestamping of bytes in a
Dpacket_mmap.txt1018 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING:
/linux-4.1.27/Documentation/ptp/
Dptp.txt5 Linux. Together with the SO_TIMESTAMPING socket options, this
/linux-4.1.27/net/core/
Dsock.c854 case SO_TIMESTAMPING: in sock_setsockopt()
1115 case SO_TIMESTAMPING: in sock_getsockopt()