Home
last modified time | relevance | path

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

/linux/tools/lib/bpf/
A Dbpf_helpers.h16 #define __ulong(name, val) enum { ___bpf_concat(__unique_value, __COUNTER__) = val } name
211 #ifndef ___bpf_concat
212 #define ___bpf_concat(a, b) a ## b macro
215 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)
A 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)

Completed in 11 milliseconds