|
eBPF for Windows
|
This file contains platform specific defines used by eBPF programs. More...
#include <stdbool.h>#include <stdint.h>Go to the source code of this file.
Macros | |
| #define | bpf_map _ebpf_map_definition_in_file |
Typedefs | |
| typedef int32_t | __s32 |
| typedef int64_t | __s64 |
| typedef uint16_t | __be16 |
| typedef uint16_t | __u16 |
| typedef uint32_t | __be32 |
| typedef uint32_t | __u32 |
| typedef uint32_t | __wsum |
| typedef uint64_t | __u64 |
Functions | |
| const bool __ebpf_for_windows_tag | __attribute__ ((section(".ebpf_for_windows"))) |
This file contains platform specific defines used by eBPF programs.
| #define bpf_map _ebpf_map_definition_in_file |
| typedef uint16_t __be16 |
| typedef uint32_t __be32 |
| typedef int32_t __s32 |
| typedef int64_t __s64 |
| typedef uint16_t __u16 |
| typedef uint32_t __u32 |
| typedef uint64_t __u64 |
| typedef uint32_t __wsum |
| const bool __ebpf_for_windows_tag __attribute__ | ( | (section(".ebpf_for_windows")) | ) |