Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/uapi/asm/
Dsocket.h58 #define SO_TIMESTAMPING 0x0023 macro
59 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dsocket.h61 #define SO_TIMESTAMPING 0x4020 macro
62 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dsocket.h68 #define SO_TIMESTAMPING 37 macro
69 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dsocket.h69 #define SO_TIMESTAMPING 37 macro
70 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v4.19/arch/s390/include/uapi/asm/
Dsocket.h65 #define SO_TIMESTAMPING 37 macro
66 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dsocket.h70 #define SO_TIMESTAMPING 37 macro
71 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v4.19/include/uapi/asm-generic/
Dsocket.h61 #define SO_TIMESTAMPING 37 macro
62 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v4.19/arch/mips/include/uapi/asm/
Dsocket.h80 #define SO_TIMESTAMPING 37 macro
81 #define SCM_TIMESTAMPING SO_TIMESTAMPING
/Linux-v4.19/tools/testing/selftests/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()
Drxtimestamp.c266 setsockopt(rcv, SOL_SOCKET, SO_TIMESTAMPING, in config_so_flags()
Dtxtimestamp.c330 if (setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, in do_test()
/Linux-v4.19/drivers/ptp/
DKconfig53 packets using the SO_TIMESTAMPING API.
67 using the SO_TIMESTAMPING API.
86 using the SO_TIMESTAMPING API.
104 SO_TIMESTAMPING API.
/Linux-v4.19/Documentation/networking/
Dtimestamping.txt19 * SO_TIMESTAMPING
42 1.3 SO_TIMESTAMPING:
47 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val));
236 cmsg->cmsg_type = SO_TIMESTAMPING;
251 err = setsockopt(fd, SOL_SOCKET, SO_TIMESTAMPING, &val, sizeof(val));
256 The SO_TIMESTAMPING interface supports timestamping of bytes in a
341 together with SO_TIMESTAMPING using SOF_TIMESTAMPING_SOFTWARE, a false
Dpacket_mmap.txt1011 PACKET_TIMESTAMP accepts the same integer bit field as SO_TIMESTAMPING:
/Linux-v4.19/Documentation/ptp/
Dptp.txt5 Linux. Together with the SO_TIMESTAMPING socket options, this
/Linux-v4.19/net/core/
Dsock.c830 case SO_TIMESTAMPING: in sock_setsockopt()
1190 case SO_TIMESTAMPING: in sock_getsockopt()
2116 case SO_TIMESTAMPING: in __sock_cmsg_send()