enum tapi_bpf_state

Overview

BPF object states More…

#include <tapi_bpf.h>

enum tapi_bpf_state {
    TAPI_BPF_STATE_UNLOADED = 0,
    TAPI_BPF_STATE_LOADED,
};

Detailed Documentation

BPF object states

Enum Values

TAPI_BPF_STATE_UNLOADED

Object is not loaded into the kernel

TAPI_BPF_STATE_LOADED

Object is loaded into the kernel