You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
105 B
9 lines
105 B
4 months ago
|
#value_indexed
|
||
|
BPF_LD 0x0
|
||
|
BPF_LDX 0x1
|
||
|
BPF_ST 0x2
|
||
|
BPF_STX 0x3
|
||
|
BPF_ALU 0x4
|
||
|
BPF_JMP 0x5
|
||
|
BPF_ALU64 0x7
|