Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/uapi/asm/
Dsocket.h59 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dsocket.h62 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dsocket.h69 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dsocket.h70 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/Linux-v4.19/arch/s390/include/uapi/asm/
Dsocket.h66 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dsocket.h71 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/Linux-v4.19/include/uapi/asm-generic/
Dsocket.h62 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/Linux-v4.19/arch/mips/include/uapi/asm/
Dsocket.h81 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/Linux-v4.19/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c213 case SCM_TIMESTAMPING: in do_recv()
Dtimestamping.c50 # define SCM_TIMESTAMPING SO_TIMESTAMPING macro
Dtxtimestamp.c192 cm->cmsg_type == SCM_TIMESTAMPING) { in __recv_errmsg_cmsg()
/Linux-v4.19/Documentation/networking/
Dtimestamping.txt321 2.1 SCM_TIMESTAMPING records
324 SOL_SOCKET, cmsg_type SCM_TIMESTAMPING, and payload of type
358 will have cm_level SOL_SOCKET and cm_type SCM_TIMESTAMPING. This
408 The SCM_TIMESTAMPING ancillary data is sent along with the packet data
/Linux-v4.19/net/
Dcompat.c230 (type == SCM_TIMESTAMPNS || type == SCM_TIMESTAMPING)) { in put_cmsg_compat()
Dsocket.c749 SCM_TIMESTAMPING, sizeof(tss), &tss); in __sock_recv_timestamp()
/Linux-v4.19/net/ipv4/
Dtcp.c1886 put_cmsg(msg, SOL_SOCKET, SCM_TIMESTAMPING, in tcp_recv_timestamp()