Searched refs:SCM_TSTAMP_ACK (Results 1 – 11 of 11) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_timestamping_server.pkt | 112 // 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 D | tcp_timestamping_client-only-last-byte.pkt | 76 // SCM_TSTAMP_ACK for the last byte should be received at t=30ms. 90 ee_info=SCM_TSTAMP_ACK,
|
| H A D | tcp_timestamping_partial.pkt | 74 // 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 D | errqueue.h | 75 SCM_TSTAMP_ACK, /* data acknowledged by peer */ enumerator
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | net_timestamping.c | 64 case SCM_TSTAMP_ACK: in test_socket_timestamp()
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | cmsg_sender.c | 337 [SCM_TSTAMP_ACK] = "ACK", in cs_ts_info2str()
|
| H A D | txtimestamp.c | 235 case SCM_TSTAMP_ACK: in print_timestamp()
|
| /linux-6.15/net/can/j1939/ |
| H A D | socket.c | 1038 serr->ee.ee_info = SCM_TSTAMP_ACK; in __j1939_sk_errqueue()
|
| /linux-6.15/Documentation/networking/ |
| H A D | j1939.rst | 724 - ``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 D | skbuff.c | 5524 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 D | tcp_input.c | 3341 __skb_tstamp_tx(skb, ack_skb, NULL, sk, SCM_TSTAMP_ACK); in tcp_ack_tstamp()
|