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

Function graph_pcap_config_get

dpdk/app/graph/graph.c:317–324  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

315}
316
317void
318graph_pcap_config_get(uint8_t *pcap_ena, uint64_t *num_pkts, char **file)
319{
320
321 *pcap_ena = graph_config.pcap_ena;
322 *num_pkts = graph_config.num_pcap_pkts;
323 *file = graph_config.pcap_file;
324}
325
326int
327graph_walk_start(void *conf)

Callers 1

l3fwd_pattern_configureFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected