Home
last modified time | relevance | path

Searched refs:SCM_TIMESTAMPING (Results 1 – 18 of 18) sorted by relevance

/linux-4.4.14/arch/ia64/include/uapi/asm/
Dsocket.h68 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/arch/s390/include/uapi/asm/
Dsocket.h65 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/arch/frv/include/uapi/asm/
Dsocket.h59 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/arch/m32r/include/uapi/asm/
Dsocket.h59 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/arch/xtensa/include/uapi/asm/
Dsocket.h70 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/arch/avr32/include/uapi/asm/
Dsocket.h59 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/arch/alpha/include/uapi/asm/
Dsocket.h69 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/arch/powerpc/include/uapi/asm/
Dsocket.h66 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/arch/sparc/include/uapi/asm/
Dsocket.h58 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/arch/parisc/include/uapi/asm/
Dsocket.h61 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/arch/mips/include/uapi/asm/
Dsocket.h80 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/include/uapi/asm-generic/
Dsocket.h61 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/arch/mn10300/include/uapi/asm/
Dsocket.h59 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.4.14/Documentation/networking/
Dtimestamping.txt253 2.1 SCM_TIMESTAMPING records
256 SOL_SOCKET, cmsg_type SCM_TIMESTAMPING, and payload of type
284 will have cm_level SOL_SOCKET and cm_type SCM_TIMESTAMPING. This
334 The SCM_TIMESTAMPING ancillary data is sent along with the packet data
/linux-4.4.14/Documentation/networking/timestamping/
Dtimestamping.c50 # define SCM_TIMESTAMPING SO_TIMESTAMPING macro
Dtxtimestamp.c190 cm->cmsg_type == SCM_TIMESTAMPING) { in __recv_errmsg_cmsg()
/linux-4.4.14/net/
Dcompat.c224 (type == SCM_TIMESTAMPNS || type == SCM_TIMESTAMPING)) { in put_cmsg_compat()
Dsocket.c674 SCM_TIMESTAMPING, sizeof(tss), &tss); in __sock_recv_timestamp()