MCPcopy Create free account
hub / github.com/F-Stack/f-stack / tsc_field

Function tsc_field

dpdk/examples/rxtx_callbacks/main.c:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33static int tsc_dynfield_offset = -1;
34
35static inline tsc_t *
36tsc_field(struct rte_mbuf *mbuf)
37{
38 return RTE_MBUF_DYNFIELD(mbuf, tsc_dynfield_offset, tsc_t *);
39}
40
41static const char usage[] =
42 "%s EAL_ARGS -- [-t]\n";

Callers 2

add_timestampsFunction · 0.85
calc_latencyFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected