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

Function swq_init

dpdk/examples/ip_pipeline/swq.c:14–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12static struct swq_list swq_list;
13
14int
15swq_init(void)
16{
17 TAILQ_INIT(&swq_list);
18
19 return 0;
20}
21
22struct swq *
23swq_find(const char *name)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected