Searched refs:genl_ctrl (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/net/netlink/ |
D | genetlink.c | 218 static struct genl_family genl_ctrl; variable 240 if (family == &genl_ctrl) { in genl_validate_assign_mc_groups() 678 static struct genl_family genl_ctrl = { variable 691 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd); in ctrl_fill_info() 782 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd); in ctrl_fill_mcgrp_info() 969 genlmsg_multicast_netns(&genl_ctrl, &init_net, msg, 0, in genl_ctrl_event() 973 genlmsg_multicast_allns(&genl_ctrl, msg, 0, in genl_ctrl_event() 1083 err = genl_register_family_with_ops_groups(&genl_ctrl, genl_ctrl_ops, in genl_init()
|