Home
last modified time | relevance | path

Searched defs:LHS (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/tools/testing/selftests/bpf/
Dbpf_experimental.h251 #define __bpf_assert_check(LHS, op, RHS) \ argument
257 #define __bpf_assert(LHS, op, cons, RHS, VAL) \ argument
264 #define __bpf_assert_op_sign(LHS, op, cons, RHS, VAL, supp_sign) \ argument
273 #define __bpf_assert_op(LHS, op, RHS, VAL, supp_sign) \ argument
289 #define __bpf_cmp(LHS, OP, PRED, RHS, DEFAULT) \ argument
305 #define _bpf_cmp(LHS, OP, RHS, UNLIKELY) \ argument
330 #define bpf_cmp_unlikely(LHS, OP, RHS) _bpf_cmp(LHS, OP, RHS, true) argument
334 #define bpf_cmp_likely(LHS, OP, RHS) \ argument
533 #define bpf_assert_range(LHS, BEG, END) \ argument
551 #define bpf_assert_range_with(LHS, BEG, END, value) \ argument