A D | bpf_core_read.h | 251 #define ___nolast2(a, _) a argument 252 #define ___nolast3(a, b, _) a, b argument 253 #define ___nolast4(a, b, c, _) a, b, c argument 254 #define ___nolast5(a, b, c, d, _) a, b, c, d argument 255 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument 256 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument 257 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument 258 #define ___nolast9(a, b, c, d, e, f, g, h, _) a, b, c, d, e, f, g, h argument 259 #define ___nolast10(a, b, c, d, e, f, g, h, i, _) a, b, c, d, e, f, g, h, i argument
|