MCPcopy 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
497uint64_t
498rte_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_testFunction · 0.85
test_bpf_matchFunction · 0.85

Calls 1

rte_bpf_exec_burstFunction · 0.85

Tested by 2

run_testFunction · 0.68
test_bpf_matchFunction · 0.68