Home
last modified time | relevance | path

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

/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/net/bluetooth/
H A Dhci_conn.c3167 __skb_tstamp_tx(skb, NULL, NULL, skb->sk, SCM_TSTAMP_SND); in hci_conn_tx_queue()