Searched refs:genl_ctrl (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/netlink/ |
H A D | genetlink.c | 249 static struct genl_family genl_ctrl; variable 271 if (family == &genl_ctrl) { in genl_validate_assign_mc_groups() 415 if (family == &genl_ctrl) { in genl_register_family() 819 static struct genl_family genl_ctrl; variable 826 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd); in ctrl_fill_info() 919 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd); in ctrl_fill_mcgrp_info() 1101 genlmsg_multicast_netns(&genl_ctrl, &init_net, msg, 0, in genl_ctrl_event() 1105 genlmsg_multicast_allns(&genl_ctrl, msg, 0, in genl_ctrl_event() 1205 cb->nlh->nlmsg_seq, &genl_ctrl, in ctrl_dumppolicy_prep() 1355 static struct genl_family genl_ctrl __ro_after_ini [all...] |
/kernel/linux/linux-6.6/net/netlink/ |
H A D | genetlink.c | 455 static struct genl_family genl_ctrl; variable 477 if (family == &genl_ctrl) { in genl_validate_assign_mc_groups() 668 if (family == &genl_ctrl) { in genl_register_family() 1083 static struct genl_family genl_ctrl; variable 1091 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd); in ctrl_fill_info() 1177 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd); in ctrl_fill_mcgrp_info() 1359 genlmsg_multicast_netns(&genl_ctrl, &init_net, msg, 0, in genl_ctrl_event() 1363 genlmsg_multicast_allns(&genl_ctrl, msg, 0, in genl_ctrl_event() 1496 cb->nlh->nlmsg_seq, &genl_ctrl, in ctrl_dumppolicy_prep() 1657 static struct genl_family genl_ctrl __ro_after_ini [all...] |
Completed in 6 milliseconds