Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ pipeline_init
Function
pipeline_init
dpdk/examples/ip_pipeline/pipeline.c:46–52 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
44
static struct pipeline_list pipeline_list;
45
46
int
47
pipeline_init(void)
48
{
49
TAILQ_INIT(&pipeline_list);
50
51
return 0;
52
}
53
54
struct pipeline *
55
pipeline_find(const char *name)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected