eBPF for Windows
Typedefs | Enumerations
ebpf_execution_type.h File Reference

Go to the source code of this file.

Typedefs

typedef enum _ebpf_execution_type ebpf_execution_type_t
 

Enumerations

enum  _ebpf_execution_type { EBPF_EXECUTION_ANY , EBPF_EXECUTION_JIT , EBPF_EXECUTION_INTERPRET , EBPF_EXECUTION_NATIVE }
 

Typedef Documentation

◆ ebpf_execution_type_t

Enumeration Type Documentation

◆ _ebpf_execution_type

Enumerator
EBPF_EXECUTION_ANY 

Execute in JIT-compiled or interpreted mode, per system policy.

EBPF_EXECUTION_JIT 

Execute in JIT-compiled mode.

EBPF_EXECUTION_INTERPRET 

Execute in interpreted mode.

EBPF_EXECUTION_NATIVE 

Execute from native driver.