Lines Matching defs:hsr_genl_family
176 static struct genl_family hsr_genl_family;
198 msg_head = genlmsg_put(skb, 0, 0, &hsr_genl_family, 0,
212 genlmsg_multicast(&hsr_genl_family, skb, 0, 0, GFP_ATOMIC);
240 msg_head = genlmsg_put(skb, 0, 0, &hsr_genl_family, 0, HSR_C_NODE_DOWN);
249 genlmsg_multicast(&hsr_genl_family, skb, 0, 0, GFP_ATOMIC);
316 info->snd_seq, &hsr_genl_family, 0,
443 info->snd_seq, &hsr_genl_family, 0,
513 static struct genl_family hsr_genl_family __ro_after_init = {
536 rc = genl_register_family(&hsr_genl_family);
552 genl_unregister_family(&hsr_genl_family);