| 33 | static int seq_dynfield_offset = -1; |
| 34 | |
| 35 | static inline seq_dynfield_t * |
| 36 | seq_field(struct rte_mbuf *mbuf) |
| 37 | { |
| 38 | return RTE_MBUF_DYNFIELD(mbuf, seq_dynfield_offset, seq_dynfield_t *); |
| 39 | } |
| 40 | |
| 41 | struct worker_params { |
| 42 | char name[64]; |
no outgoing calls
no test coverage detected