Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_timestamping_server.pkt47 cmsg_type=SCM_TIMESTAMPING,
65 cmsg_type=SCM_TIMESTAMPING,
83 cmsg_type=SCM_TIMESTAMPING,
101 cmsg_type=SCM_TIMESTAMPING,
118 cmsg_type=SCM_TIMESTAMPING,
135 cmsg_type=SCM_TIMESTAMPING,
H A Dtcp_timestamping_client-only-last-byte.pkt47 cmsg_type=SCM_TIMESTAMPING,
65 cmsg_type=SCM_TIMESTAMPING,
82 cmsg_type=SCM_TIMESTAMPING,
H A Dtcp_timestamping_partial.pkt45 cmsg_type=SCM_TIMESTAMPING,
63 cmsg_type=SCM_TIMESTAMPING,
81 cmsg_type=SCM_TIMESTAMPING,
/linux-6.15/arch/parisc/include/uapi/asm/
H A Dsocket.h164 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-6.15/arch/sparc/include/uapi/asm/
H A Dsocket.h167 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-6.15/arch/mips/include/uapi/asm/
H A Dsocket.h184 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-6.15/include/uapi/asm-generic/
H A Dsocket.h169 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-6.15/arch/alpha/include/uapi/asm/
H A Dsocket.h173 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-6.15/tools/include/uapi/asm-generic/
H A Dsocket.h169 #define SCM_TIMESTAMPING SO_TIMESTAMPING macro
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dnet_timestamping.c83 cm->cmsg_type == SCM_TIMESTAMPING) { in test_recv_errmsg_cmsg()
/linux-6.15/tools/testing/selftests/net/
H A Drxtimestamp.c237 case SCM_TIMESTAMPING: in do_recv()
H A Dtimestamping.c39 # define SCM_TIMESTAMPING SO_TIMESTAMPING macro
H A Dtxtimestamp.c323 cm->cmsg_type == SCM_TIMESTAMPING) { in __recv_errmsg_cmsg()
/linux-6.15/Documentation/networking/
H A Dtimestamping.rst421 2.1 SCM_TIMESTAMPING records
425 SOL_SOCKET, cmsg_type SCM_TIMESTAMPING, and payload of type
473 will have cm_level SOL_SOCKET and cm_type SCM_TIMESTAMPING. This
528 The SCM_TIMESTAMPING ancillary data is sent along with the packet data
/linux-6.15/tools/testing/selftests/bpf/
H A Dxdp_hw_metadata.c288 case SCM_TIMESTAMPING: in verify_skb_metadata()