eBPF for Windows
|
Header of an eBPF extension data structure. Every eBPF extension data structure must start with this header. New fields can be added to the end of an eBPF extension data structure without breaking backward compatibility. The version field must be updated only if the new data structure is not backward compatible. More...
#include <ebpf_windows.h>
Data Fields | |
uint16_t | version |
Version of the extension data structure. More... | |
size_t | size |
Size of the extension data structure not including any padding. More... | |
size_t | total_size |
Total size of the extension data structure including any padding. More... | |
Header of an eBPF extension data structure. Every eBPF extension data structure must start with this header. New fields can be added to the end of an eBPF extension data structure without breaking backward compatibility. The version field must be updated only if the new data structure is not backward compatible.
size_t _ebpf_extension_header::size |
Size of the extension data structure not including any padding.
size_t _ebpf_extension_header::total_size |
Total size of the extension data structure including any padding.
uint16_t _ebpf_extension_header::version |
Version of the extension data structure.