Searched refs:prueth_netdevice_nb (Results 1 – 2 of 2) sorted by relevance
1258 prueth->prueth_netdevice_nb.notifier_call = &prueth_netdevice_event; in prueth_register_notifiers()1259 ret = register_netdevice_notifier(&prueth->prueth_netdevice_nb); in prueth_register_notifiers()1267 unregister_netdevice_notifier(&prueth->prueth_netdevice_nb); in prueth_register_notifiers()1275 unregister_netdevice_notifier(&prueth->prueth_netdevice_nb); in prueth_unregister_notifiers()
291 struct notifier_block prueth_netdevice_nb; member