Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Derrqueue.h75 SCM_TSTAMP_ACK, /* data acknowledged by peer */ enumerator
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dnet_timestamping.c64 case SCM_TSTAMP_ACK: in test_socket_timestamp()
/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c337 [SCM_TSTAMP_ACK] = "ACK", in cs_ts_info2str()
H A Dtxtimestamp.c233 case SCM_TSTAMP_ACK: in print_timestamp()
/linux/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/net/core/
H A Dskbuff.c5622 case SCM_TSTAMP_ACK: in skb_tstamp_tx_report_so_timestamping()
5650 case SCM_TSTAMP_ACK: in skb_tstamp_tx_report_bpf_timestamping()
/linux/net/ipv4/
H A Dtcp_input.c3593 __skb_tstamp_tx(skb, ack_skb, NULL, sk, SCM_TSTAMP_ACK); in tcp_ack_tstamp()