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_prm(3)

Detailed Description

       Input parameters for loading eBPF code.

       Definition at line 90 of file rte_bpf.h.

Field Documentation

conststructebpf_insn*ins
       array of eBPF instructions

       Definition at line 91 of file rte_bpf.h.

   uint32_tnb_ins
       number of instructions in ins

       Definition at line 92 of file rte_bpf.h.

   conststructrte_bpf_xsym*xsym
       array of external symbols that eBPF code is allowed to reference

       Definition at line 93 of file rte_bpf.h.

   uint32_tnb_xsym
       number of elements in xsym

       Definition at line 95 of file rte_bpf.h.

   structrte_bpf_argprog_arg
       eBPF program input arg description

       Definition at line 96 of file rte_bpf.h.

Name

       rte_bpf_prm

Synopsis

       #include <rte_bpf.h>

   DataFields
       const struct ebpf_insn * ins
       uint32_t nb_ins
       const struct rte_bpf_xsym * xsym
       uint32_t nb_xsym
       struct rte_bpf_argprog_arg

See Also