other versions
- wheezy-backports 3.16.39-1+deb8u1~bpo70+1
- jessie 3.16.43-2
CONTAINER_OF(9) | Driver Basics | CONTAINER_OF(9) |
NAME¶
container_of - cast a member of a structure out to the containing structureSYNOPSIS¶
container_of(ptr,
type, member);
ARGUMENTS¶
ptrthe pointer to the member.
type
the type of the container struct this is
embedded in.
member
the name of the member within the
struct.
COPYRIGHT¶
February 2017 | Kernel Hackers Manual 3.16 |