container_of macro
include/container_of.h View source View on GitHubMacros
Section titled “Macros”container_of
Section titled “container_of”#define container_of(ptr, type, member) \
((type *) ((char *) (ptr) - offsetof(type, member))) include/container_of.h View source View on GitHub#define container_of(ptr, type, member) \
((type *) ((char *) (ptr) - offsetof(type, member)))