Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ get_prev_node
Function
get_prev_node
dpdk/lib/bpf/bpf_validate.c:1878–1882 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1876
}
1877
1878
static struct inst_node *
1879
get_prev_node(struct bpf_verifier *bvf, struct inst_node *node)
1880
{
1881
return bvf->in + node->prev_node;
1882
}
1883
1884
/*
1885
* Depth-First Search (DFS) through previously constructed
Callers
2
dfs
Function · 0.85
evaluate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected