Home
last modified time | relevance | path

Searched refs:___bpf_concat (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/tools/lib/bpf/
H A Dbpf_helpers.h190 #ifndef ___bpf_concat
191 #define ___bpf_concat(a, b) a ## b macro
194 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)
H A Dbpf_tracing.h622 #ifndef ___bpf_concat
623 #define ___bpf_concat(a, b) a ## b macro
626 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)
/kernel/linux/linux-5.10/tools/lib/bpf/
H A Dbpf_tracing.h298 #define ___bpf_concat(a, b) a ## b macro
299 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)

Completed in 4 milliseconds