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

Function kernel_rx_node_data_get

dpdk/lib/node/kernel_rx.c:247–253  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

245}
246
247struct kernel_rx_node_main *
248kernel_rx_node_data_get(void)
249{
250 static struct kernel_rx_node_main kernel_rx_main;
251
252 return &kernel_rx_main;
253}
254
255static struct rte_node_register kernel_rx_node_base = {
256 .process = kernel_rx_node_process,

Callers 1

kernel_rx_node_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected