OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BPF_ALU64
(Results
1 - 4
of
4
) sorted by null
/kernel/tests/net/test/
bpf.py
105
BPF_ALU64
= 0x07
211
code =
BPF_ALU64
| BPF_MOV | BPF_X
239
code =
BPF_ALU64
| (op & 0xf0) | BPF_K
258
code =
BPF_ALU64
| BPF_MOV | BPF_K
/external/iproute2/include/linux/
bpf.h
16
#define
BPF_ALU64
0x07 /* alu mode in double word width */
/bionic/libc/kernel/uapi/linux/
bpf.h
24
#define
BPF_ALU64
0x07
/external/kernel-headers/original/uapi/linux/
bpf.h
16
#define
BPF_ALU64
0x07 /* alu mode in double word width */
Completed in 215 milliseconds