Home
last modified time | relevance | path

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

/linux-6.12.1/tools/testing/selftests/bpf/
Dbpf_experimental.h257 #define __bpf_assert(LHS, op, cons, RHS, VAL) \ macro
268 __bpf_assert(LHS, "s" #op, cons, RHS, VAL); \
270 __bpf_assert(LHS, #op, cons, RHS, VAL); \