Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ rte_bpf_exec
Function
rte_bpf_exec
dpdk/lib/bpf/bpf_exec.c:497–504 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
495
}
496
497
uint64_t
498
rte_bpf_exec(const struct rte_bpf *bpf, void *ctx)
499
{
500
uint64_t rc;
501
502
rte_bpf_exec_burst(bpf, &ctx, &rc, 1);
503
return rc;
504
}
Callers
2
run_test
Function · 0.85
test_bpf_match
Function · 0.85
Calls
1
rte_bpf_exec_burst
Function · 0.85
Tested by
2
run_test
Function · 0.68
test_bpf_match
Function · 0.68