Searched refs:genl_ctrl (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/net/netlink/ |
A D | genetlink.c | 443 static struct genl_family genl_ctrl; variable 465 if (family == &genl_ctrl) { in genl_validate_assign_mc_groups() 652 if (family == &genl_ctrl) { in genl_register_family() 1084 static struct genl_family genl_ctrl; variable 1092 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd); in ctrl_fill_info() 1178 hdr = genlmsg_put(skb, portid, seq, &genl_ctrl, flags, cmd); in ctrl_fill_mcgrp_info() 1360 genlmsg_multicast_netns(&genl_ctrl, &init_net, msg, 0, in genl_ctrl_event() 1364 genlmsg_multicast_allns(&genl_ctrl, msg, 0, in genl_ctrl_event() 1497 cb->nlh->nlmsg_seq, &genl_ctrl, in ctrl_dumppolicy_prep() 1658 static struct genl_family genl_ctrl __ro_after_init = { [all …]
|
Completed in 6 milliseconds