:orphan: .. index:: pair: struct; tapi_bpf_stim_hdl .. _doxid-structtapi__bpf__stim__hdl: struct tapi_bpf_stim_hdl ======================== .. toctree:: :hidden: Overview ~~~~~~~~ Congestion stimuli BPF handle type. :ref:`More...` .. ref-code-block:: cpp :class: doxyrest-overview-code-block #include struct tapi_bpf_stim_hdl { // fields const char* :ref:`ta`; const char* :ref:`ifname`; int :ref:`ifindex`; tapi_bpf_stim_ctx_list :ref:`bpf_ctxs`; }; .. _details-structtapi__bpf__stim__hdl: Detailed Documentation ~~~~~~~~~~~~~~~~~~~~~~ Congestion stimuli BPF handle type. Fields ------ .. index:: pair: variable; ta .. _doxid-structtapi__bpf__stim__hdl_1aa355c1afc8843df557a6b811728d3944: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* ta Agent where BPF is loaded. .. index:: pair: variable; ifname .. _doxid-structtapi__bpf__stim__hdl_1a648b98676ccc080438bd9c0ca8b02b09: .. ref-code-block:: cpp :class: doxyrest-title-code-block const char* ifname Interface where BPF program is linked. .. index:: pair: variable; ifindex .. _doxid-structtapi__bpf__stim__hdl_1ab7e4bc61d5d9114acc7fc3c482a58bfc: .. ref-code-block:: cpp :class: doxyrest-title-code-block int ifindex Index of the interface. .. index:: pair: variable; bpf_ctxs .. _doxid-structtapi__bpf__stim__hdl_1afc3a6df46912dd729570109f30884f58: .. ref-code-block:: cpp :class: doxyrest-title-code-block tapi_bpf_stim_ctx_list bpf_ctxs List of BPF context instances for each loaded stimulus.