We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4efd322 commit c5de92bCopy full SHA for c5de92b
pythonbpf/helper/bpf_helper_handler.py
@@ -29,6 +29,7 @@ class BPFHelperID(Enum):
29
BPF_PRINTK = 6
30
BPF_GET_PRANDOM_U32 = 7
31
BPF_GET_SMP_PROCESSOR_ID = 8
32
+ BPF_SKB_STORE_BYTES = 9
33
BPF_GET_CURRENT_PID_TGID = 14
34
BPF_GET_CURRENT_UID_GID = 15
35
BPF_GET_CURRENT_COMM = 16
0 commit comments