Lines Matching defs:_OUT
74 #define _OUT(_field) offsetof(struct nlevent, _field)
76 { .type = NLSE_ATTR_SYSTEM, .off = _OUT(name), .cb = snl_attr_get_string },
77 { .type = NLSE_ATTR_SUBSYSTEM, .off = _OUT(subsystem), .cb = snl_attr_get_string },
78 { .type = NLSE_ATTR_TYPE, .off = _OUT(type), .cb = snl_attr_get_string },
79 { .type = NLSE_ATTR_DATA, .off = _OUT(data), .cb = snl_attr_get_string },
81 #undef _OUT
103 #define _OUT(_field) offsetof(struct genl_ctrl_op, _field)
106 .off = _OUT(id),
111 .off = _OUT(flags),
114 #undef _OUT
128 #define _OUT(_field) offsetof(struct genl_mcast_group, _field)
131 .off = _OUT(name),
136 .off = _OUT(id),
139 #undef _OUT
155 #define _OUT(_field) offsetof(struct genl_family, _field)
158 .off = _OUT(id),
163 .off = _OUT(name),
168 .off = _OUT(version),
173 .off = _OUT(hdrsize),
178 .off = _OUT(max_attr),
183 .off = _OUT(ops),
189 .off = _OUT(mcast_groups),
193 #undef _OUT