Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/net/packetdrill/
H A Dtcp_timestamping_server.pkt58 // SCM_TSTAMP_SND for the first chunk should be received almost immediately
73 ee_info=SCM_TSTAMP_SND,
94 // SCM_TSTAMP_SND for the second chunk should be received almost immediately
109 ee_info=SCM_TSTAMP_SND,
H A Dtcp_timestamping_client-only-last-byte.pkt58 // SCM_TSTAMP_SND for the last byte should be received almost immediately
73 ee_info=SCM_TSTAMP_SND,
H A Dtcp_timestamping_partial.pkt56 // SCM_TSTAMP_SND for the first chunk should be received almost immediately
71 ee_info=SCM_TSTAMP_SND,
/linux/include/uapi/linux/
H A Derrqueue.h73 SCM_TSTAMP_SND, /* driver passed skb to NIC, or HW */ enumerator
/linux/tools/testing/selftests/bpf/prog_tests/
H A Dnet_timestamping.c60 case SCM_TSTAMP_SND: in test_socket_timestamp()
/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c335 [SCM_TSTAMP_SND] = "SND", in cs_ts_info2str()
570 if (seen & (1 << SCM_TSTAMP_SND)) in main()
H A Dtxtimestamp.c228 case SCM_TSTAMP_SND: in print_timestamp()
/linux/Documentation/translations/zh_CN/networking/
H A Dtimestamping.rst390 匹配,只有一个例外对于遗留原因,SCM_TSTAMP_SND 等于零,可以设置为
/linux/net/core/
H A Dskbuff.c5628 __skb_complete_tx_timestamp(skb, sk, SCM_TSTAMP_SND, false); in skb_complete_tx_timestamp()
5645 case SCM_TSTAMP_SND: in skb_tstamp_tx_report_so_timestamping()
5668 case SCM_TSTAMP_SND: in skb_tstamp_tx_report_bpf_timestamping()
5754 SCM_TSTAMP_SND); in skb_tstamp_tx()
/linux/Documentation/networking/
H A Dtimestamping.rst487 reasons, SCM_TSTAMP_SND is equal to zero and can be set for both
/linux/net/bluetooth/
H A Dhci_conn.c3167 __skb_tstamp_tx(skb, NULL, NULL, skb->sk, SCM_TSTAMP_SND); in hci_conn_tx_queue()