Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/
Dbpf_experimental.h289 #define __bpf_cmp(LHS, OP, PRED, RHS, DEFAULT) \ macro
317 ret = __bpf_cmp(__lhs, #OP, "r", __rhs, UNLIKELY); \
319 ret = __bpf_cmp(__lhs, #OP, "ri", __rhs, UNLIKELY); \
322 ret = __bpf_cmp(__lhs, "s"#OP, "r", __rhs, UNLIKELY); \
324 ret = __bpf_cmp(__lhs, "s"#OP, "ri", __rhs, UNLIKELY); \