Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/include/uapi/asm/
Dsocket.h66 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/xtensa/include/uapi/asm/
Dsocket.h70 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/mips/include/uapi/asm/
Dsocket.h80 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/avr32/include/uapi/asm/
Dsocket.h59 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/s390/include/uapi/asm/
Dsocket.h65 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/include/uapi/asm-generic/
Dsocket.h61 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/sparc/include/uapi/asm/
Dsocket.h58 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/m32r/include/uapi/asm/
Dsocket.h59 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/mn10300/include/uapi/asm/
Dsocket.h59 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/parisc/include/uapi/asm/
Dsocket.h61 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/frv/include/uapi/asm/
Dsocket.h59 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/cris/include/uapi/asm/
Dsocket.h61 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/alpha/include/uapi/asm/
Dsocket.h69 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/arch/ia64/include/uapi/asm/
Dsocket.h68 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-4.1.27/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.1.27/Documentation/networking/timestamping/
Dtimestamping.c50 # define SCM_TIMESTAMPING SO_TIMESTAMPING macro
Dtxtimestamp.c190 cm->cmsg_type == SCM_TIMESTAMPING) { in __recv_errmsg_cmsg()
/linux-4.1.27/net/
Dcompat.c224 (type == SCM_TIMESTAMPNS || type == SCM_TIMESTAMPING)) { in put_cmsg_compat()
Dsocket.c676 SCM_TIMESTAMPING, sizeof(tss), &tss); in __sock_recv_timestamp()