Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
12
static struct swq_list swq_list;
13
14
int
15
swq_init(void)
16
{
17
TAILQ_INIT(&swq_list);
18
19
return 0;
20
}
21
22
struct swq *
23
swq_find(const char *name)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected