|
eBPF for Windows
|
This file contains eBPF definitions common to eBPF core libraries as well as the eBPF API library. More...
Go to the source code of this file.
Data Structures | |
| struct | _ebpf_map_info |
| eBPF Map Information More... | |
| struct | _ebpf_map_async_query_result |
Macros | |
| #define | EBPF_MAX_PIN_PATH_LENGTH 256 |
Typedefs | |
| typedef struct _ebpf_map_info | ebpf_map_info_t |
| eBPF Map Information | |
| typedef intptr_t | ebpf_handle_t |
| typedef struct _ebpf_map_async_query_result | ebpf_map_async_query_result_t |
| typedef enum _ebpf_object_type | ebpf_object_type_t |
Enumerations | |
| enum | _ebpf_object_type { EBPF_OBJECT_UNKNOWN , EBPF_OBJECT_MAP , EBPF_OBJECT_LINK , EBPF_OBJECT_PROGRAM } |
Variables | |
| const ebpf_handle_t | ebpf_handle_invalid = (ebpf_handle_t)-1 |
This file contains eBPF definitions common to eBPF core libraries as well as the eBPF API library.
| #define EBPF_MAX_PIN_PATH_LENGTH 256 |
| typedef intptr_t ebpf_handle_t |
| typedef struct _ebpf_map_async_query_result ebpf_map_async_query_result_t |
| typedef struct _ebpf_map_info ebpf_map_info_t |
eBPF Map Information
| typedef enum _ebpf_object_type ebpf_object_type_t |
| enum _ebpf_object_type |
|
extern |