Home
last modified time | relevance | path

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

/linux-4.1.27/net/ipv4/
Dip_gre.c905 unregister_pernet_device(&ipgre_tap_net_ops); in ipgre_init()
907 unregister_pernet_device(&ipgre_net_ops); in ipgre_init()
916 unregister_pernet_device(&ipgre_tap_net_ops); in ipgre_fini()
917 unregister_pernet_device(&ipgre_net_ops); in ipgre_fini()
Dipip.c552 unregister_pernet_device(&ipip_net_ops); in ipip_init()
562 unregister_pernet_device(&ipip_net_ops); in ipip_fini()
Dip_vti.c580 unregister_pernet_device(&vti_net_ops); in vti_init()
592 unregister_pernet_device(&vti_net_ops); in vti_fini()
Dfou.c985 unregister_pernet_device(&fou_net_ops); in fou_init()
994 unregister_pernet_device(&fou_net_ops); in fou_fini()
/linux-4.1.27/include/net/
Dnet_namespace.h308 void unregister_pernet_device(struct pernet_operations *);
/linux-4.1.27/net/l2tp/
Dl2tp_eth.c350 unregister_pernet_device(&l2tp_eth_net_ops); in l2tp_eth_exit()
Dl2tp_ppp.c1844 unregister_pernet_device(&pppol2tp_net_ops); in pppol2tp_init()
1855 unregister_pernet_device(&pppol2tp_net_ops); in pppol2tp_exit()
Dl2tp_core.c1881 unregister_pernet_device(&l2tp_net_ops); in l2tp_init()
1894 unregister_pernet_device(&l2tp_net_ops); in l2tp_exit()
/linux-4.1.27/net/core/
Dnet_namespace.c910 void unregister_pernet_device(struct pernet_operations *ops) in unregister_pernet_device() function
918 EXPORT_SYMBOL_GPL(unregister_pernet_device);
/linux-4.1.27/drivers/net/ppp/
Dpppoe.c1210 unregister_pernet_device(&pppoe_net_ops); in pppoe_init()
1222 unregister_pernet_device(&pppoe_net_ops); in pppoe_exit()
Dppp_generic.c964 unregister_pernet_device(&ppp_net_ops); in ppp_init()
2980 unregister_pernet_device(&ppp_net_ops); in ppp_cleanup()
/linux-4.1.27/net/wireless/
Dcore.c1210 unregister_pernet_device(&cfg80211_pernet_ops); in cfg80211_init()
1223 unregister_pernet_device(&cfg80211_pernet_ops); in cfg80211_exit()
/linux-4.1.27/net/ipv6/
Dip6_vti.c1170 unregister_pernet_device(&vti6_net_ops); in vti6_tunnel_init()
1185 unregister_pernet_device(&vti6_net_ops); in vti6_tunnel_cleanup()
Dip6_gre.c1706 unregister_pernet_device(&ip6gre_net_ops); in ip6gre_init()
1715 unregister_pernet_device(&ip6gre_net_ops); in ip6gre_fini()
Dsit.c1861 unregister_pernet_device(&sit_net_ops); in sit_cleanup()
1896 unregister_pernet_device(&sit_net_ops); in sit_init()
Dip6_tunnel.c1924 unregister_pernet_device(&ip6_tnl_net_ops); in ip6_tunnel_init()
1942 unregister_pernet_device(&ip6_tnl_net_ops); in ip6_tunnel_cleanup()
/linux-4.1.27/net/netfilter/ipvs/
Dip_vs_core.c2122 unregister_pernet_device(&ipvs_core_dev_ops); in ip_vs_init()
2138 unregister_pernet_device(&ipvs_core_dev_ops); in ip_vs_cleanup()
/linux-4.1.27/net/openvswitch/
Ddatapath.c2300 unregister_pernet_device(&ovs_net_ops); in dp_init()
2318 unregister_pernet_device(&ovs_net_ops); in dp_cleanup()