Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/target/
Dtarget_core_user.c144 static struct genl_family tcmu_genl_family = { variable
789 msg_header = genlmsg_put(skb, 0, 0, &tcmu_genl_family, 0, cmd); in tcmu_netlink_event()
803 ret = genlmsg_multicast(&tcmu_genl_family, skb, 0, in tcmu_netlink_event()
1113 ret = genl_register_family(&tcmu_genl_family); in tcmu_module_init()
1128 genl_unregister_family(&tcmu_genl_family); in tcmu_module_init()
1140 genl_unregister_family(&tcmu_genl_family); in tcmu_module_exit()