Searched refs:genl_ctrl (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/net/netlink/ |
D | genetlink.c | 182 static struct genl_family genl_ctrl; variable 204 if (family == &genl_ctrl) { in genl_validate_assign_mc_groups() 345 if (family == &genl_ctrl) { in genl_register_family() 645 static struct genl_family genl_ctrl; variable 652 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd); in ctrl_fill_info() 743 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd); in ctrl_fill_mcgrp_info() 925 genlmsg_multicast_netns(&genl_ctrl, &init_net, msg, 0, in genl_ctrl_event() 929 genlmsg_multicast_allns(&genl_ctrl, msg, 0, in genl_ctrl_event() 950 static struct genl_family genl_ctrl __ro_after_init = { 1046 err = genl_register_family(&genl_ctrl); in genl_init()
|