net_drop_monitor_family   95 net/core/drop_monitor.c static struct genl_family net_drop_monitor_family;
net_drop_monitor_family  147 net/core/drop_monitor.c 	msg_header = genlmsg_put(skb, 0, 0, &net_drop_monitor_family,
net_drop_monitor_family  196 net/core/drop_monitor.c 		genlmsg_multicast(&net_drop_monitor_family, skb, 0,
net_drop_monitor_family  380 net/core/drop_monitor.c 	hdr = genlmsg_put(msg, 0, 0, &net_drop_monitor_family, 0,
net_drop_monitor_family  427 net/core/drop_monitor.c 	genlmsg_multicast(&net_drop_monitor_family, msg, 0, 0, GFP_KERNEL);
net_drop_monitor_family  549 net/core/drop_monitor.c 	size = nlmsg_msg_size(GENL_HDRLEN + net_drop_monitor_family.hdrsize);
net_drop_monitor_family  604 net/core/drop_monitor.c 	hdr = genlmsg_put(msg, 0, 0, &net_drop_monitor_family, 0,
net_drop_monitor_family  681 net/core/drop_monitor.c 	genlmsg_multicast(&net_drop_monitor_family, msg, 0, 0, GFP_KERNEL);
net_drop_monitor_family  712 net/core/drop_monitor.c 	size = nlmsg_msg_size(GENL_HDRLEN + net_drop_monitor_family.hdrsize);
net_drop_monitor_family  742 net/core/drop_monitor.c 	hdr = genlmsg_put(msg, 0, 0, &net_drop_monitor_family, 0,
net_drop_monitor_family  873 net/core/drop_monitor.c 	genlmsg_multicast(&net_drop_monitor_family, msg, 0, 0, GFP_KERNEL);
net_drop_monitor_family 1299 net/core/drop_monitor.c 			  &net_drop_monitor_family, 0, NET_DM_CMD_CONFIG_NEW);
net_drop_monitor_family 1435 net/core/drop_monitor.c 			  &net_drop_monitor_family, 0, NET_DM_CMD_STATS_NEW);
net_drop_monitor_family 1565 net/core/drop_monitor.c static struct genl_family net_drop_monitor_family __ro_after_init = {
net_drop_monitor_family 1644 net/core/drop_monitor.c 	rc = genl_register_family(&net_drop_monitor_family);
net_drop_monitor_family 1649 net/core/drop_monitor.c 	WARN_ON(net_drop_monitor_family.mcgrp_offset != NET_DM_GRP_ALERT);
net_drop_monitor_family 1667 net/core/drop_monitor.c 	genl_unregister_family(&net_drop_monitor_family);
net_drop_monitor_family 1688 net/core/drop_monitor.c 	BUG_ON(genl_unregister_family(&net_drop_monitor_family));