MCPcopy 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
1878static struct inst_node *
1879get_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

dfsFunction · 0.85
evaluateFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected