cfserl
#define container_obj(layr) ((struct cfserl *) layr)
struct cfserl *layr = container_obj(layer);
struct cfserl *this = kzalloc_obj(struct cfserl, GFP_ATOMIC);
caif_assert(offsetof(struct cfserl, layer) == 0);
struct cfserl *layr = container_obj(l);