Home
last modified time | relevance | path

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

/linux-6.8/tools/testing/selftests/bpf/
Dbpf_experimental.h225 #define __bpf_assert_check(LHS, op, RHS) \ argument
231 #define __bpf_assert(LHS, op, cons, RHS, VAL) \ argument
238 #define __bpf_assert_op_sign(LHS, op, cons, RHS, VAL, supp_sign) \ argument
247 #define __bpf_assert_op(LHS, op, RHS, VAL, supp_sign) \ argument
263 #define __bpf_cmp(LHS, OP, SIGN, PRED, RHS, DEFAULT) \ argument
279 #define _bpf_cmp(LHS, OP, RHS, NOFLIP) \ argument
301 #define bpf_cmp_unlikely(LHS, OP, RHS) _bpf_cmp(LHS, OP, RHS, true) argument
305 #define bpf_cmp_likely(LHS, OP, RHS) \ argument
359 #define bpf_assert_range(LHS, BEG, END) \ argument
377 #define bpf_assert_range_with(LHS, BEG, END, value) \ argument