Searched refs:___type (Results 1 – 1 of 1) sorted by relevance
/tools/lib/bpf/ |
D | bpf_core_read.h | 269 #define ___type(...) typeof(___arrow(__VA_ARGS__)) macro 275 #define ___rd_first(src, a) ___read(bpf_core_read, &__t, ___type(src), src, a); 278 ___type(___nolast(__VA_ARGS__)), __t, ___last(__VA_ARGS__)); 292 ___read(fn, dst, ___type(src), src, a); 295 ___read(fn, dst, ___type(src, ___nolast(__VA_ARGS__)), __t, \ 347 ___type((src), a, ##__VA_ARGS__) __r; \
|