Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ l3fwd_set_alg
Function
l3fwd_set_alg
dpdk/examples/l3fwd/main.c:264–268 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
262
}
263
264
void
265
l3fwd_set_alg(const char *optarg)
266
{
267
parm_config.alg = parse_acl_alg(optarg);
268
}
269
270
/*
271
* Setup lookup methods for forwarding.
Callers
1
parse_args
Function · 0.85
Calls
1
parse_acl_alg
Function · 0.85
Tested by
no test coverage detected