Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
341
struct rte_node_register *
342
ip4_rewrite_node_get(void)
343
{
344
return &ip4_rewrite_node;
345
}
346
347
RTE_NODE_REGISTER(ip4_rewrite_node);
Callers
1
rte_node_eth_config
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected