Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dnet_timestamping.c30 if (tstype == SCM_TSTAMP_SCHED) in validate_key()
56 case SCM_TSTAMP_SCHED: in test_socket_timestamp()
/linux/include/uapi/linux/
H A Derrqueue.h74 SCM_TSTAMP_SCHED, /* data entered the packet scheduler */ enumerator
/linux/tools/testing/selftests/net/
H A Dcmsg_sender.c336 [SCM_TSTAMP_SCHED] = "SCHED", in cs_ts_info2str()
H A Dtxtimestamp.c223 case SCM_TSTAMP_SCHED: in print_timestamp()
/linux/Documentation/networking/
H A Dj1939.rst705 - ``SCM_TSTAMP_SCHED``: This timestamp is valid for Extended Transport
783 - It is typically paired with a corresponding ``SCM_TSTAMP_SCHED`` event
848 scheduled for transmission (``SCM_TSTAMP_SCHED``).
/linux/net/core/
H A Dskbuff.c5670 case SCM_TSTAMP_SCHED: in skb_tstamp_tx_report_so_timestamping()
5692 case SCM_TSTAMP_SCHED: in skb_tstamp_tx_report_bpf_timestamping()
H A Ddev.c4833 __skb_tstamp_tx(skb, NULL, NULL, skb->sk, SCM_TSTAMP_SCHED); in __dev_queue_xmit()