Home
last modified time | relevance | path

Searched refs:net_drop_monitor_family (Results 1 – 1 of 1) sorted by relevance

/linux-4.4.14/net/core/
Ddrop_monitor.c62 static struct genl_family net_drop_monitor_family = { variable
91 genlmsg_put(skb, 0, 0, &net_drop_monitor_family, in reset_per_cpu_data()
122 genlmsg_multicast(&net_drop_monitor_family, skb, 0, in send_dm_alert()
369 rc = genl_register_family_with_ops_groups(&net_drop_monitor_family, in init_net_drop_monitor()
375 WARN_ON(net_drop_monitor_family.mcgrp_offset != NET_DM_GRP_ALERT); in init_net_drop_monitor()
399 genl_unregister_family(&net_drop_monitor_family); in init_net_drop_monitor()
429 BUG_ON(genl_unregister_family(&net_drop_monitor_family)); in exit_net_drop_monitor()