Home
last modified time | relevance | path

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

/Linux-v4.19/arch/sparc/include/uapi/asm/
Dsocket.h54 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dsocket.h40 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dsocket.h64 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dsocket.h60 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/Linux-v4.19/arch/s390/include/uapi/asm/
Dsocket.h61 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dsocket.h66 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/Linux-v4.19/include/uapi/asm-generic/
Dsocket.h57 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/Linux-v4.19/arch/mips/include/uapi/asm/
Dsocket.h76 #define SCM_TIMESTAMPNS SO_TIMESTAMPNS macro
/Linux-v4.19/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c210 case SCM_TIMESTAMPNS: in do_recv()
/Linux-v4.19/net/
Dcompat.c230 (type == SCM_TIMESTAMPNS || type == SCM_TIMESTAMPING)) { in put_cmsg_compat()
231 int count = type == SCM_TIMESTAMPNS ? 1 : 3; in put_cmsg_compat()
Dsocket.c729 put_cmsg(msg, SOL_SOCKET, SCM_TIMESTAMPNS, in __sock_recv_timestamp()
/Linux-v4.19/net/ipv4/
Dtcp.c1860 put_cmsg(msg, SOL_SOCKET, SCM_TIMESTAMPNS, in tcp_recv_timestamp()