Searched refs:SO_EE_ORIGIN_TIMESTAMPING (Results 1 – 12 of 12) sorted by relevance
| /linux-6.15/tools/testing/selftests/net/packetdrill/ |
| H A D | tcp_timestamping_server.pkt | 52 ee_origin=SO_EE_ORIGIN_TIMESTAMPING, 70 ee_origin=SO_EE_ORIGIN_TIMESTAMPING, 88 ee_origin=SO_EE_ORIGIN_TIMESTAMPING, 106 ee_origin=SO_EE_ORIGIN_TIMESTAMPING, 123 ee_origin=SO_EE_ORIGIN_TIMESTAMPING, 140 ee_origin=SO_EE_ORIGIN_TIMESTAMPING,
|
| H A D | tcp_timestamping_client-only-last-byte.pkt | 52 ee_origin=SO_EE_ORIGIN_TIMESTAMPING, 70 ee_origin=SO_EE_ORIGIN_TIMESTAMPING, 87 ee_origin=SO_EE_ORIGIN_TIMESTAMPING,
|
| H A D | tcp_timestamping_partial.pkt | 50 ee_origin=SO_EE_ORIGIN_TIMESTAMPING, 68 ee_origin=SO_EE_ORIGIN_TIMESTAMPING, 86 ee_origin=SO_EE_ORIGIN_TIMESTAMPING,
|
| /linux-6.15/include/uapi/linux/ |
| H A D | errqueue.h | 35 #define SO_EE_ORIGIN_TIMESTAMPING SO_EE_ORIGIN_TXSTATUS macro
|
| /linux-6.15/tools/testing/selftests/net/ |
| H A D | timestamping.c | 225 #ifdef SO_EE_ORIGIN_TIMESTAMPING in printpacket() 226 err->ee_origin == SO_EE_ORIGIN_TIMESTAMPING ? in printpacket()
|
| H A D | udpgso_bench_tx.c | 167 case SO_EE_ORIGIN_TIMESTAMPING: in flush_cmsg()
|
| H A D | txtimestamp.c | 333 serr->ee_origin != SO_EE_ORIGIN_TIMESTAMPING) { in __recv_errmsg_cmsg()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | net_timestamping.c | 92 ASSERT_EQ(serr->ee_origin, SO_EE_ORIGIN_TIMESTAMPING, in test_recv_errmsg_cmsg()
|
| /linux-6.15/net/rxrpc/ |
| H A D | peer_event.c | 148 if (!skb->len && serr->ee.ee_origin == SO_EE_ORIGIN_TIMESTAMPING) { in rxrpc_input_error()
|
| /linux-6.15/net/can/j1939/ |
| H A D | socket.c | 1037 serr->ee.ee_origin = SO_EE_ORIGIN_TIMESTAMPING; in __j1939_sk_errqueue() 1043 serr->ee.ee_origin = SO_EE_ORIGIN_TIMESTAMPING; in __j1939_sk_errqueue()
|
| /linux-6.15/net/core/ |
| H A D | skbuff.c | 3958 SKB_EXT_ERR(skb)->ee.ee_origin == SO_EE_ORIGIN_TIMESTAMPING) in skb_errqueue_purge() 5461 serr->ee.ee_origin = SO_EE_ORIGIN_TIMESTAMPING; in __skb_complete_tx_timestamp()
|
| /linux-6.15/Documentation/networking/ |
| H A D | j1939.rst | 700 1. ``serr->ee_origin == SO_EE_ORIGIN_TIMESTAMPING``:
|