MCPcopy 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

31static struct tmgr_port_list tmgr_port_list;
32
33int
34tmgr_init(void)
35{
36 TAILQ_INIT(&tmgr_port_list);
37
38 return 0;
39}
40
41struct tmgr_port *
42tmgr_port_find(const char *name)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected