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

Function ip4_rewrite_node_get

dpdk/lib/node/ip4_rewrite.c:341–345  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

339};
340
341struct rte_node_register *
342ip4_rewrite_node_get(void)
343{
344 return &ip4_rewrite_node;
345}
346
347RTE_NODE_REGISTER(ip4_rewrite_node);

Callers 1

rte_node_eth_configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected