struct rpc_onload_scm_timestamping_stream
Overview
Onload specific structure for TX HW timestamps. More…
#include <te_rpc_sys_socket.h> struct rpc_onload_scm_timestamping_stream { // fields struct timespec first_sent; struct timespec last_sent; size_t len; };
Detailed Documentation
Onload specific structure for TX HW timestamps.
Fields
struct timespec first_sent
Time segment was first sent.
struct timespec last_sent
Time segment was last sent.
size_t len
Number of bytes of message payload.