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

Function link_init

dpdk/examples/ip_pipeline/link.c:16–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14static struct link_list link_list;
15
16int
17link_init(void)
18{
19 TAILQ_INIT(&link_list);
20
21 return 0;
22}
23
24struct link *
25link_find(const char *name)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected