CONCAT_            26 include/linux/genl_magic_func.h static struct nla_policy CONCAT_(GENL_MAGIC_FAMILY, _tla_nl_policy)[] = {
CONCAT_           238 include/linux/genl_magic_func.h #define ZZZ_genl_ops		CONCAT_(GENL_MAGIC_FAMILY, _genl_ops)
CONCAT_           251 include/linux/genl_magic_func.h #define ZZZ_genl_family		CONCAT_(GENL_MAGIC_FAMILY, _genl_family)
CONCAT_           257 include/linux/genl_magic_func.h #define ZZZ_genl_mcgrps		CONCAT_(GENL_MAGIC_FAMILY, _genl_mcgrps)
CONCAT_           264 include/linux/genl_magic_func.h enum CONCAT_(GENL_MAGIC_FAMILY, group_ids) {
CONCAT_           266 include/linux/genl_magic_func.h #define GENL_mc_group(group) CONCAT_(GENL_MAGIC_FAMILY, _group_ ## group),
CONCAT_           272 include/linux/genl_magic_func.h static int CONCAT_(GENL_MAGIC_FAMILY, _genl_multicast_ ## group)(	\
CONCAT_           276 include/linux/genl_magic_func.h 		CONCAT_(GENL_MAGIC_FAMILY, _group_ ## group);		\
CONCAT_           292 include/linux/genl_magic_func.h 	.maxattr = ARRAY_SIZE(CONCAT_(GENL_MAGIC_FAMILY, _tla_nl_policy))-1,
CONCAT_           293 include/linux/genl_magic_func.h 	.policy	= CONCAT_(GENL_MAGIC_FAMILY, _tla_nl_policy),
CONCAT_            23 include/linux/genl_magic_struct.h extern int CONCAT_(GENL_MAGIC_FAMILY, _genl_register)(void);
CONCAT_            24 include/linux/genl_magic_struct.h extern void CONCAT_(GENL_MAGIC_FAMILY, _genl_unregister)(void);