struct rpc_scm_timestamping

Overview

Packet transmission timestamps More…

#include <te_rpc_sys_socket.h>

struct rpc_scm_timestamping {
    // fields

    struct timespec systime;
    struct timespec hwtimetrans;
    struct timespec hwtimeraw;
};

Detailed Documentation

Packet transmission timestamps

Fields

struct timespec systime

Software timestamp.

struct timespec hwtimetrans

HW timestamp transformed to system time.

struct timespec hwtimeraw

Original HW timestamp.