logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Author

       Generated automatically by Doxygen for DPDK from the source code.

DPDK                                             Version 24.11.2                                  rte_bpf_jit(3)

Detailed Description

       Information about compiled into native ISA eBPF code.

       Definition at line 102 of file rte_bpf.h.

Field Documentation

uint64_t(*func)(void*)
       JIT-ed native code

       Definition at line 103 of file rte_bpf.h.

   size_tsz
       size of JIT-ed code

       Definition at line 104 of file rte_bpf.h.

Name

       rte_bpf_jit

Synopsis

       #include <rte_bpf.h>

   DataFields
       uint64_t(* func )(void *)
       size_t sz

See Also