D | bpf_core_read.h | 238 #define ___last5(a, b, c, d, x) x argument 239 #define ___last6(a, b, c, d, e, x) x argument 240 #define ___last7(a, b, c, d, e, f, x) x argument 241 #define ___last8(a, b, c, d, e, f, g, x) x argument 242 #define ___last9(a, b, c, d, e, f, g, h, x) x argument 243 #define ___last10(a, b, c, d, e, f, g, h, i, x) x argument 249 #define ___nolast5(a, b, c, d, _) a, b, c, d argument 250 #define ___nolast6(a, b, c, d, e, _) a, b, c, d, e argument 251 #define ___nolast7(a, b, c, d, e, f, _) a, b, c, d, e, f argument 252 #define ___nolast8(a, b, c, d, e, f, g, _) a, b, c, d, e, f, g argument [all …]
|