Home
last modified time | relevance | path

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

/linux-4.4.14/arch/ia64/include/uapi/asm/
Dsocket.h55 #define SO_TIMESTAMP 29 macro
56 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/arch/s390/include/uapi/asm/
Dsocket.h52 #define SO_TIMESTAMP 29 macro
53 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/arch/frv/include/uapi/asm/
Dsocket.h46 #define SO_TIMESTAMP 29 macro
47 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/arch/m32r/include/uapi/asm/
Dsocket.h46 #define SO_TIMESTAMP 29 macro
47 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dsocket.h58 #define SO_TIMESTAMP 29 macro
59 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/arch/avr32/include/uapi/asm/
Dsocket.h46 #define SO_TIMESTAMP 29 macro
47 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dsocket.h53 #define SO_TIMESTAMP 29 macro
54 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dsocket.h53 #define SO_TIMESTAMP 29 macro
54 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dsocket.h47 #define SO_TIMESTAMP 0x001d macro
48 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dsocket.h36 #define SO_TIMESTAMP 0x4012 macro
37 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/arch/mips/include/uapi/asm/
Dsocket.h67 #define SO_TIMESTAMP 29 macro
68 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/include/uapi/asm-generic/
Dsocket.h48 #define SO_TIMESTAMP 29 macro
49 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/arch/mn10300/include/uapi/asm/
Dsocket.h46 #define SO_TIMESTAMP 29 macro
47 #define SCM_TIMESTAMP SO_TIMESTAMP
/linux-4.4.14/Documentation/networking/timestamping/
Dtimestamping.c180 case SO_TIMESTAMP: { in printpacket()
430 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, in main()
452 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMP, &val, &len) < 0) in main()
/linux-4.4.14/Documentation/networking/
Dtimestamping.txt6 * SO_TIMESTAMP
12 Same timestamping mechanism as SO_TIMESTAMP, but reports the
15 * IP_MULTICAST_LOOP + SO_TIMESTAMP[NS]
25 1.1 SO_TIMESTAMP:
37 This option is identical to SO_TIMESTAMP except for the returned data type.
39 timeval of SO_TIMESTAMP (ms).
250 SO_TIMESTAMP and SO_TIMESTAMPNS records can be retrieved.
/linux-4.4.14/net/core/
Dsock.c852 case SO_TIMESTAMP: in sock_setsockopt()
855 if (optname == SO_TIMESTAMP) in sock_setsockopt()
1123 case SO_TIMESTAMP: in sock_getsockopt()