Home
last modified time | relevance | path

Searched defs:MEMBER (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/include/linux/
Dstddef.h17 #define offsetof(TYPE, MEMBER) __compiler_offsetof(TYPE, MEMBER) argument
19 #define offsetof(TYPE, MEMBER) ((size_t)&((TYPE *)0)->MEMBER) argument
28 #define sizeof_field(TYPE, MEMBER) sizeof((((TYPE *)0)->MEMBER)) argument
36 #define offsetofend(TYPE, MEMBER) \ argument
Dfilter.h483 #define bpf_ctx_range(TYPE, MEMBER) \ argument
488 #define bpf_target_off(TYPE, MEMBER, SIZE, PTR_SIZE) \ argument