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

Function graph_fp_mem_populate

dpdk/lib/graph/graph_populate.c:186–199  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

184}
185
186static int
187graph_fp_mem_populate(struct graph *graph)
188{
189 int rc;
190
191 graph_header_popluate(graph);
192 if (graph_pcap_is_enable())
193 graph_pcap_init(graph);
194 graph_nodes_populate(graph);
195 rc = graph_node_nexts_populate(graph);
196 rc |= graph_src_nodes_populate(graph);
197
198 return rc;
199}
200
201int
202graph_fp_mem_create(struct graph *graph)

Callers 1

graph_fp_mem_createFunction · 0.85

Calls 6

graph_header_popluateFunction · 0.85
graph_pcap_is_enableFunction · 0.85
graph_pcap_initFunction · 0.85
graph_nodes_populateFunction · 0.85
graph_src_nodes_populateFunction · 0.85

Tested by

no test coverage detected