MCPcopy Create free account
hub / github.com/F-Stack/f-stack / rte_bpf_get_jit

Function rte_bpf_get_jit

dpdk/lib/bpf/bpf.c:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21}
22
23int
24rte_bpf_get_jit(const struct rte_bpf *bpf, struct rte_bpf_jit *jit)
25{
26 if (bpf == NULL || jit == NULL)
27 return -EINVAL;
28
29 jit[0] = bpf->jit;
30 return 0;
31}
32
33int
34__rte_bpf_jit(struct rte_bpf *bpf)

Callers 2

bpf_eth_elf_loadFunction · 0.85
run_testFunction · 0.85

Calls

no outgoing calls

Tested by 1

run_testFunction · 0.68