DPDK  18.05.1
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 90 of file rte_bpf.h.

Field Documentation

uint64_t(* func)(void *)

JIT-ed native code

Definition at line 91 of file rte_bpf.h.

size_t sz

size of JIT-ed code

Definition at line 92 of file rte_bpf.h.


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