D | bpf_core_read.h | 238 #define ___nolast2(a, _) a argument 239 #define ___nolast3(a, b, _) a, b argument 240 #define ___nolast4(a, b, c, _) a, b, c argument 241 #define ___nolast5(a, b, c, d, _) a, b, c, d argument 242 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument 243 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument 244 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument 245 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument 246 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
|