Home
last modified time | relevance | path

Searched refs:SO_TIMESTAMPNS (Results 1 – 17 of 17) sorted by relevance

/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dsocket.h60 #define SO_TIMESTAMPNS 35 macro
61 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/xtensa/include/uapi/asm/
Dsocket.h64 #define SO_TIMESTAMPNS 35 macro
65 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/mips/include/uapi/asm/
Dsocket.h74 #define SO_TIMESTAMPNS 35 macro
75 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/avr32/include/uapi/asm/
Dsocket.h53 #define SO_TIMESTAMPNS 35 macro
54 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/s390/include/uapi/asm/
Dsocket.h59 #define SO_TIMESTAMPNS 35 macro
60 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/include/uapi/asm-generic/
Dsocket.h55 #define SO_TIMESTAMPNS 35 macro
56 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dsocket.h52 #define SO_TIMESTAMPNS 0x0021 macro
53 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/m32r/include/uapi/asm/
Dsocket.h53 #define SO_TIMESTAMPNS 35 macro
54 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/mn10300/include/uapi/asm/
Dsocket.h53 #define SO_TIMESTAMPNS 35 macro
54 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dsocket.h38 #define SO_TIMESTAMPNS 0x4013 macro
39 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/frv/include/uapi/asm/
Dsocket.h53 #define SO_TIMESTAMPNS 35 macro
54 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/cris/include/uapi/asm/
Dsocket.h55 #define SO_TIMESTAMPNS 35 macro
56 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dsocket.h58 #define SO_TIMESTAMPNS 35 macro
59 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dsocket.h62 #define SO_TIMESTAMPNS 35 macro
63 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS
/linux-4.1.27/Documentation/networking/timestamping/
Dtimestamping.c53 #ifndef SO_TIMESTAMPNS
54 # define SO_TIMESTAMPNS 35 macro
188 case SO_TIMESTAMPNS: { in printpacket()
435 setsockopt(sock, SOL_SOCKET, SO_TIMESTAMPNS, in main()
457 if (getsockopt(sock, SOL_SOCKET, SO_TIMESTAMPNS, &val, &len) < 0) in main()
/linux-4.1.27/Documentation/networking/
Dtimestamping.txt11 * SO_TIMESTAMPNS
35 1.2 SO_TIMESTAMPNS:
250 SO_TIMESTAMP and SO_TIMESTAMPNS records can be retrieved.
/linux-4.1.27/net/core/
Dsock.c840 case SO_TIMESTAMPNS: in sock_setsockopt()
1111 case SO_TIMESTAMPNS: in sock_getsockopt()