Home
last modified time | relevance | path

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

/linux-6.14.4/tools/lib/bpf/
Dbpf_helpers.h16 #define __ulong(name, val) enum { ___bpf_concat(__unique_value, __COUNTER__) = val } name
212 #ifndef ___bpf_concat
213 #define ___bpf_concat(a, b) a ## b macro
216 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)
Dbpf_tracing.h629 #ifndef ___bpf_concat
630 #define ___bpf_concat(a, b) a ## b macro
633 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)