Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/
Dgenl_magic_func.h261 #define ZZZ_genl_family CONCAT_(GENL_MAGIC_FAMILY, _genl_family) macro
262 static struct genl_family ZZZ_genl_family __read_mostly = {
296 return genlmsg_multicast(&ZZZ_genl_family, skb, 0, \
307 return genl_register_family_with_ops_groups(&ZZZ_genl_family, \ in CONCAT_()
314 genl_unregister_family(&ZZZ_genl_family); in CONCAT_()