eBPF for Windows
Toggle main menu visibility
Main Page
Related Pages
Data Structures
Data Structures
Data Structure Index
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Functions
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Files
File List
Globals
All
_
a
b
d
e
f
g
h
i
l
m
n
o
p
r
s
u
w
x
Functions
_
b
e
l
p
r
s
Variables
Typedefs
_
b
e
f
g
h
i
m
p
s
u
Enumerations
Enumerator
_
b
e
l
Macros
_
a
b
d
e
f
g
h
i
m
n
o
p
s
u
w
x
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
Loading...
Searching...
No Matches
include
ebpf_extension_uuids.h
Go to the documentation of this file.
1
// Copyright (c) eBPF for Windows contributors
2
// SPDX-License-Identifier: MIT
3
#pragma once
4
5
#include "
ebpf_windows.h
"
6
7
#ifdef __cplusplus
8
extern
"C"
9
{
10
#endif
13
/* 2934ad50-2154-44b6-9622-6c528c068411 */
14
__declspec(selectany)
GUID
EBPF_PROGRAM_INFO_EXTENSION_IID
= {
15
0x2934ad50, 0x2154, 0x44b6, {0x96, 0x22, 0x6c, 0x52, 0x8c, 0x06, 0x84, 0x11}};
14
__declspec(selectany)
GUID
EBPF_PROGRAM_INFO_EXTENSION_IID
= {
…
};
16
19
/* 5d564054-2736-406d-8b22-12bcffaf0a9f */
20
__declspec(selectany)
GUID
EBPF_HOOK_EXTENSION_IID
= {
21
0x5d564054, 0x2736, 0x406d, {0x8b, 0x22, 0x12, 0xbc, 0xff, 0xaf, 0x0a, 0x9f}};
20
__declspec(selectany)
GUID
EBPF_HOOK_EXTENSION_IID
= {
…
};
22
23
#ifdef __cplusplus
24
}
25
#endif
EBPF_HOOK_EXTENSION_IID
GUID EBPF_HOOK_EXTENSION_IID
NPI ID for eBPF hook extension.
Definition
ebpf_extension_uuids.h:20
EBPF_PROGRAM_INFO_EXTENSION_IID
GUID EBPF_PROGRAM_INFO_EXTENSION_IID
NPI ID for eBPF program information extension.
Definition
ebpf_extension_uuids.h:14
ebpf_windows.h
GUID
uint8_t GUID[16]
Definition
ebpf_windows.h:12
Generated by
1.9.8