Home
last modified time | relevance | path

Searched refs:SCM_TIMESTAMP (Results 1 – 13 of 13) sorted by relevance

/Linux-v4.19/arch/sparc/include/uapi/asm/
Dsocket.h49 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/Linux-v4.19/arch/parisc/include/uapi/asm/
Dsocket.h38 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/Linux-v4.19/arch/ia64/include/uapi/asm/
Dsocket.h57 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/Linux-v4.19/arch/alpha/include/uapi/asm/
Dsocket.h55 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/Linux-v4.19/arch/s390/include/uapi/asm/
Dsocket.h54 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/Linux-v4.19/arch/xtensa/include/uapi/asm/
Dsocket.h60 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/Linux-v4.19/include/uapi/asm-generic/
Dsocket.h50 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/Linux-v4.19/arch/mips/include/uapi/asm/
Dsocket.h69 #define SCM_TIMESTAMP SO_TIMESTAMP macro
/Linux-v4.19/tools/testing/selftests/networking/timestamping/
Drxtimestamp.c207 case SCM_TIMESTAMP: in do_recv()
/Linux-v4.19/net/rds/
Drecv.c557 ret = put_cmsg(msg, SOL_SOCKET, SCM_TIMESTAMP, in rds_cmsg_recv()
/Linux-v4.19/net/
Dcompat.c222 if (level == SOL_SOCKET && type == SCM_TIMESTAMP) { in put_cmsg_compat()
Dsocket.c724 put_cmsg(msg, SOL_SOCKET, SCM_TIMESTAMP, in __sock_recv_timestamp()
/Linux-v4.19/net/ipv4/
Dtcp.c1866 put_cmsg(msg, SOL_SOCKET, SCM_TIMESTAMP, in tcp_recv_timestamp()