Home
last modified time | relevance | path

Searched refs:BPF_OP (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/include/lapi/
Dbpf.h38 #define BPF_OP(code) ((code) & 0xf0) macro
449 .code = BPF_ALU64 | BPF_OP(OP) | BPF_X, \
457 .code = BPF_ALU | BPF_OP(OP) | BPF_X, \
465 .code = BPF_ALU64 | BPF_OP(OP) | BPF_K, \
473 .code = BPF_ALU | BPF_OP(OP) | BPF_K, \
542 .code = BPF_JMP | BPF_OP(OP) | BPF_K, \
/third_party/iptables/include/linux/
Dfilter.h63 #define BPF_OP(code) ((code) & 0xf0) macro