#include "ebpf_program_types.h"
#include "ebpf_shared_framework.h"
#include "ebpf_windows.h"
#include <minwindef.h>
#include <wdm.h>
Go to the source code of this file.
◆ GUID_STRING_LENGTH
#define GUID_STRING_LENGTH 38 |
◆ ebpf_store_key_t
◆ ebpf_store_update_global_helper_information()
Update global helper information in the eBPF store.
- Parameters
-
[in] | helper_info | Pointer to an array of helper function prototypes. |
[in] | helper_info_count | Count of helper function prototypes. |
- Returns
- Status of the operation.
◆ ebpf_store_update_helper_prototype()
Update the provider prototype information in the eBPF store.
- Parameters
-
[in] | helper_info_key | Pointer to the store key to be initialized. |
[in] | helper_info | Pointer to the helper function prototype. |
- Returns
- Status of the operation.
◆ ebpf_store_update_program_information()
Update program information in the eBPF store.
- Parameters
-
[in] | program_info | Pointer to an array of program information. |
[in] | program_info_count | Count of program information entries. |
- Returns
- Status of the operation.
◆ ebpf_store_update_section_information()
Update section information in the eBPF store.
- Parameters
-
[in] | section_info | Pointer to an array of section information. |
[in] | section_info_count | Count of section information entries. |
- Returns
- Status of the operation.
◆ ebpf_store_root_key
◆ ebpf_store_root_sub_key
const wchar_t* ebpf_store_root_sub_key |
|
extern |