H A D | bpf_core_read.h | 283 #define ___last4(a, b, c, x) x argument 284 #define ___last5(a, b, c, d, x) x argument 285 #define ___last6(a, b, c, d, e, x) x argument 286 #define ___last7(a, b, c, d, e, f, x) x argument 287 #define ___last8(a, b, c, d, e, f, g, x) x argument 288 #define ___last9(a, b, c, d, e, f, g, h, x) x argument 289 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument 294 #define ___nolast4(a, b, c, _) a, b, c argument 295 #define ___nolast5(a, b, c, d, _) a, b, c, d argument 296 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument [all …]
|