Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ link_next
Function
link_next
dpdk/examples/ip_pipeline/link.c:39–43 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
37
}
38
39
struct link *
40
link_next(struct link *link)
41
{
42
return (link == NULL) ? TAILQ_FIRST(&link_list) : TAILQ_NEXT(link, node);
43
}
44
45
static struct rte_eth_conf port_conf_default = {
46
.link_speeds = 0,
Callers
1
cmd_link_show
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected