Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/target/
Dtarget_core_user.c147 static struct genl_family tcmu_genl_family = { variable
829 msg_header = genlmsg_put(skb, 0, 0, &tcmu_genl_family, 0, cmd); in tcmu_netlink_event()
843 ret = genlmsg_multicast(&tcmu_genl_family, skb, 0, in tcmu_netlink_event()
1138 ret = genl_register_family(&tcmu_genl_family); in tcmu_module_init()
1150 genl_unregister_family(&tcmu_genl_family); in tcmu_module_init()
1162 genl_unregister_family(&tcmu_genl_family); in tcmu_module_exit()