DPDK  19.11.14
Data Fields
rte_bpf_prm Struct Reference

#include <rte_bpf.h>

Data Fields

const struct ebpf_insn * ins
 
uint32_t nb_ins
 
const struct rte_bpf_xsymxsym
 
uint32_t nb_xsym
 
struct rte_bpf_arg prog_arg
 

Detailed Description

Input parameters for loading eBPF code.

Definition at line 95 of file rte_bpf.h.

Field Documentation

◆ ins

const struct ebpf_insn* ins

array of eBPF instructions

Definition at line 96 of file rte_bpf.h.

◆ nb_ins

uint32_t nb_ins

number of instructions in ins

Definition at line 97 of file rte_bpf.h.

◆ xsym

const struct rte_bpf_xsym* xsym

array of external symbols that eBPF code is allowed to reference

Definition at line 98 of file rte_bpf.h.

◆ nb_xsym

uint32_t nb_xsym

number of elements in xsym

Definition at line 100 of file rte_bpf.h.

◆ prog_arg

struct rte_bpf_arg prog_arg

eBPF program input arg description

Definition at line 101 of file rte_bpf.h.


The documentation for this struct was generated from the following file: