DPDK  20.11.10
Data Fields
rte_bpf_jit Struct Reference

#include <rte_bpf.h>

Data Fields

uint64_t(* func )(void *)
 
size_t sz
 

Detailed Description

Information about compiled into native ISA eBPF code.

Definition at line 102 of file rte_bpf.h.

Field Documentation

◆ func

uint64_t(* func) (void *)

JIT-ed native code

Definition at line 103 of file rte_bpf.h.

◆ sz

size_t sz

size of JIT-ed code

Definition at line 104 of file rte_bpf.h.


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