Searched refs:nfp_tun_mac_nb (Results 1 – 2 of 2) sorted by relevance
693 nfp_tun_mac_nb); in nfp_tun_mac_event_handler()703 nfp_tun_mac_nb); in nfp_tun_mac_event_handler()725 priv->nfp_tun_mac_nb.notifier_call = nfp_tun_mac_event_handler; in nfp_tunnel_config_start()739 err = register_netdevice_notifier(&priv->nfp_tun_mac_nb); in nfp_tunnel_config_start()756 unregister_netdevice_notifier(&priv->nfp_tun_mac_nb); in nfp_tunnel_config_start()771 unregister_netdevice_notifier(&priv->nfp_tun_mac_nb); in nfp_tunnel_config_stop()
188 struct notifier_block nfp_tun_mac_nb; member