Home
last modified time | relevance | path

Searched refs:SCM_TSTAMP_ACK (Results 1 – 11 of 11) sorted by relevance

/linux-6.15/tools/testing/selftests/net/packetdrill/
H A Dtcp_timestamping_server.pkt112 // SCM_TSTAMP_ACK for the first chunk should be received at t=20ms.
126 ee_info=SCM_TSTAMP_ACK,
129 // SCM_TSTAMP_ACK for the second chunk should be received at t=30ms.
143 ee_info=SCM_TSTAMP_ACK,
H A Dtcp_timestamping_client-only-last-byte.pkt76 // SCM_TSTAMP_ACK for the last byte should be received at t=30ms.
90 ee_info=SCM_TSTAMP_ACK,
H A Dtcp_timestamping_partial.pkt74 // SCM_TSTAMP_ACK for the first chunk should be received after the last ack at
89 ee_info=SCM_TSTAMP_ACK,
/linux-6.15/include/uapi/linux/
H A Derrqueue.h75 SCM_TSTAMP_ACK, /* data acknowledged by peer */ enumerator
/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Dnet_timestamping.c64 case SCM_TSTAMP_ACK: in test_socket_timestamp()
/linux-6.15/tools/testing/selftests/net/
H A Dcmsg_sender.c337 [SCM_TSTAMP_ACK] = "ACK", in cs_ts_info2str()
H A Dtxtimestamp.c235 case SCM_TSTAMP_ACK: in print_timestamp()
/linux-6.15/net/can/j1939/
H A Dsocket.c1038 serr->ee.ee_info = SCM_TSTAMP_ACK; in __j1939_sk_errqueue()
/linux-6.15/Documentation/networking/
H A Dj1939.rst724 - ``SCM_TSTAMP_ACK``: This timestamp indicates the acknowledgment of the
851 transmission is fully acknowledged (``SCM_TSTAMP_ACK``).
/linux-6.15/net/core/
H A Dskbuff.c5524 case SCM_TSTAMP_ACK: in skb_tstamp_tx_report_so_timestamping()
5552 case SCM_TSTAMP_ACK: in skb_tstamp_tx_report_bpf_timestamping()
/linux-6.15/net/ipv4/
H A Dtcp_input.c3341 __skb_tstamp_tx(skb, ack_skb, NULL, sk, SCM_TSTAMP_ACK); in tcp_ack_tstamp()