Home
last modified time | relevance | path

Searched refs:ZZZ_genl_family (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
H A Dgenl_magic_func.h251 #define ZZZ_genl_family CONCAT_(GENL_MAGIC_FAMILY, _genl_family) macro
252 static struct genl_family ZZZ_genl_family; variable
277 return genlmsg_multicast(&ZZZ_genl_family, skb, 0, \
286 static struct genl_family ZZZ_genl_family __ro_after_init = {
303 return genl_register_family(&ZZZ_genl_family); in CONCAT_()
308 genl_unregister_family(&ZZZ_genl_family); in CONCAT_()
/kernel/linux/linux-6.6/include/linux/
H A Dgenl_magic_func.h252 #define ZZZ_genl_family CONCATENATE(GENL_MAGIC_FAMILY, _genl_family) macro
253 static struct genl_family ZZZ_genl_family; variable
278 return genlmsg_multicast(&ZZZ_genl_family, skb, 0, \
287 static struct genl_family ZZZ_genl_family __ro_after_init = {
305 return genl_register_family(&ZZZ_genl_family); in CONCATENATE()
310 genl_unregister_family(&ZZZ_genl_family); in CONCATENATE()

Completed in 2 milliseconds