#include <rte_bpf.h>
Input parameters for loading eBPF code.
Definition at line 78 of file rte_bpf.h.
array of eBPF instructions
Definition at line 79 of file rte_bpf.h.
number of instructions in ins
Definition at line 80 of file rte_bpf.h.
array of external symbols that eBPF code is allowed to reference
Definition at line 81 of file rte_bpf.h.
number of elements in xsym
Definition at line 83 of file rte_bpf.h.
eBPF program input arg description
Definition at line 84 of file rte_bpf.h.