Searched refs:___bpf_concat (Results 1 – 2 of 2) sorted by relevance
180 #ifndef ___bpf_concat181 #define ___bpf_concat(a, b) a ## b macro184 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)
620 #ifndef ___bpf_concat621 #define ___bpf_concat(a, b) a ## b macro624 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)
Completed in 9 milliseconds