Searched defs:BPF_OP (Results 1 - 2 of 2) sorted by relevance
/third_party/libbpf/include/uapi/linux/ | ||
H A D | bpf_common.h | 31 #define BPF_OP(code) ((code) & 0xf0) macro |
/third_party/ltp/include/lapi/ | ||
H A D | bpf.h | 38 #define BPF_OP(code) ((code) & 0xf0) macro |
Completed in 2 milliseconds