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