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

Function seq_field

dpdk/app/test/test_distributor.c:35–39  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

handle_and_mark_workFunction · 0.85
sanity_mark_testFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected