Home
last modified time | relevance | path

Searched refs:SCM_TIMESTAMPNS (Results 1 – 15 of 15) sorted by relevance

/linux-4.4.14/arch/ia64/include/uapi/asm/
Dsocket.h63 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/arch/s390/include/uapi/asm/
Dsocket.h60 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/arch/frv/include/uapi/asm/
Dsocket.h54 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/arch/m32r/include/uapi/asm/
Dsocket.h54 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dsocket.h65 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/arch/avr32/include/uapi/asm/
Dsocket.h54 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dsocket.h59 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dsocket.h61 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dsocket.h53 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dsocket.h39 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dsocket.h75 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/include/uapi/asm-generic/
Dsocket.h56 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/arch/mn10300/include/uapi/asm/
Dsocket.h54 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/linux-4.4.14/net/
Dcompat.c224 (type == SCM_TIMESTAMPNS || type == SCM_TIMESTAMPING)) { in put_cmsg_compat()
225 int count = type == SCM_TIMESTAMPNS ? 1 : 3; in put_cmsg_compat()
Dsocket.c659 put_cmsg(msg, SOL_SOCKET, SCM_TIMESTAMPNS, in __sock_recv_timestamp()