Searched refs:___bpf_concat (Results 1 – 2 of 2) sorted by relevance
153 #ifndef ___bpf_concat154 #define ___bpf_concat(a, b) a ## b macro157 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)
368 #ifndef ___bpf_concat369 #define ___bpf_concat(a, b) a ## b macro372 #define ___bpf_apply(fn, n) ___bpf_concat(fn, n)
Completed in 6 milliseconds