Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ tmgr_init
Function
tmgr_init
dpdk/examples/ip_pipeline/tmgr.c:33–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
31
static struct tmgr_port_list tmgr_port_list;
32
33
int
34
tmgr_init(void)
35
{
36
TAILQ_INIT(&tmgr_port_list);
37
38
return 0;
39
}
40
41
struct tmgr_port *
42
tmgr_port_find(const char *name)
Callers
1
main
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected