MCPcopy 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
39struct link *
40link_next(struct link *link)
41{
42 return (link == NULL) ? TAILQ_FIRST(&link_list) : TAILQ_NEXT(link, node);
43}
44
45static struct rte_eth_conf port_conf_default = {
46 .link_speeds = 0,

Callers 1

cmd_link_showFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected