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

Function tap_init

dpdk/examples/ip_pipeline/tap.c:26–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24static struct tap_list tap_list;
25
26int
27tap_init(void)
28{
29 TAILQ_INIT(&tap_list);
30
31 return 0;
32}
33
34struct tap *
35tap_find(const char *name)

Callers 1

mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected