struct tapi_bpf_stim_hdl

Overview

Congestion stimuli BPF handle type. More…

#include <tapi_bpf_stim.h>

struct tapi_bpf_stim_hdl {
    // fields

    const char* ta;
    const char* ifname;
    int ifindex;
    tapi_bpf_stim_ctx_list bpf_ctxs;
};

Detailed Documentation

Congestion stimuli BPF handle type.

Fields

const char* ta

Agent where BPF is loaded.

const char* ifname

Interface where BPF program is linked.

int ifindex

Index of the interface.

tapi_bpf_stim_ctx_list bpf_ctxs

List of BPF context instances for each loaded stimulus.