D | bpf_core_read.h | 291 #define ___nolast2(a, _) a argument 292 #define ___nolast3(a, b, _) a, b argument 293 #define ___nolast4(a, b, c, _) a, b, c argument 294 #define ___nolast5(a, b, c, d, _) a, b, c, d argument 295 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument 296 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument 297 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument 298 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument 299 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
|