Home
last modified time | relevance | path

Searched refs:SCM_TS_OPT_ID (Results 1 – 10 of 10) sorted by relevance

/linux/arch/mips/include/uapi/asm/
H A Dsocket.h160 #define SCM_TS_OPT_ID 81 macro
/linux/arch/sparc/include/uapi/asm/
H A Dsocket.h142 #define SCM_TS_OPT_ID 0x005a macro
/linux/arch/alpha/include/uapi/asm/
H A Dsocket.h149 #define SCM_TS_OPT_ID 81 macro
/linux/tools/include/uapi/asm-generic/
H A Dsocket.h144 #define SCM_TS_OPT_ID 81 macro
/linux/arch/parisc/include/uapi/asm/
H A Dsocket.h135 #define SCM_TS_OPT_ID 0x404C macro
/linux/include/uapi/asm-generic/
H A Dsocket.h144 #define SCM_TS_OPT_ID 81 macro
/linux/Documentation/translations/zh_CN/networking/
H A Dtimestamping.rst174 进程可以通过控制消息SCM_TS_OPT_ID(TCP 套接字不支持)传递特定 ID,
181 cmsg->cmsg_type = SCM_TS_OPT_ID;
/linux/tools/testing/selftests/net/
H A Dtxtimestamp.c645 cmsg->cmsg_type = SCM_TS_OPT_ID; in do_test()
/linux/Documentation/networking/
H A Dtimestamping.rst206 passing a specific ID with control message SCM_TS_OPT_ID (not
213 cmsg->cmsg_type = SCM_TS_OPT_ID;
/linux/net/core/
H A Dsock.c3044 case SCM_TS_OPT_ID: in __sock_cmsg_send()