CONCAT_            24 include/linux/genl_magic_func.h static struct nla_policy CONCAT_(GENL_MAGIC_FAMILY, _tla_nl_policy)[] = {
CONCAT_           245 include/linux/genl_magic_func.h 	.policy	= CONCAT_(GENL_MAGIC_FAMILY, _tla_nl_policy),	\
CONCAT_           248 include/linux/genl_magic_func.h #define ZZZ_genl_ops		CONCAT_(GENL_MAGIC_FAMILY, _genl_ops)
CONCAT_           261 include/linux/genl_magic_func.h #define ZZZ_genl_family		CONCAT_(GENL_MAGIC_FAMILY, _genl_family)
CONCAT_           276 include/linux/genl_magic_func.h #define ZZZ_genl_mcgrps		CONCAT_(GENL_MAGIC_FAMILY, _genl_mcgrps)
CONCAT_           283 include/linux/genl_magic_func.h enum CONCAT_(GENL_MAGIC_FAMILY, group_ids) {
CONCAT_           285 include/linux/genl_magic_func.h #define GENL_mc_group(group) CONCAT_(GENL_MAGIC_FAMILY, _group_ ## group),
CONCAT_           291 include/linux/genl_magic_func.h static int CONCAT_(GENL_MAGIC_FAMILY, _genl_multicast_ ## group)(	\
CONCAT_           295 include/linux/genl_magic_func.h 		CONCAT_(GENL_MAGIC_FAMILY, _group_ ## group);		\
CONCAT_            22 include/linux/genl_magic_struct.h extern int CONCAT_(GENL_MAGIC_FAMILY, _genl_register)(void);
CONCAT_            23 include/linux/genl_magic_struct.h extern void CONCAT_(GENL_MAGIC_FAMILY, _genl_unregister)(void);