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

Function node_list_head_get

dpdk/lib/graph/node.c:23–27  ·  view source on GitHub ↗

Private functions */

Source from the content-addressed store, hash-verified

21
22/* Private functions */
23struct node_head *
24node_list_head_get(void)
25{
26 return &node_list;
27}
28
29struct node *
30node_from_name(const char *name)

Calls

no outgoing calls

Tested by

no test coverage detected