Home
last modified time | relevance | path

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

/linux-4.4.14/net/ipv4/
Dipip.c550 unregister_pernet_device(&ipip_net_ops); in ipip_init()
560 unregister_pernet_device(&ipip_net_ops); in ipip_fini()
Dip_gre.c1318 unregister_pernet_device(&ipgre_tap_net_ops); in ipgre_init()
1320 unregister_pernet_device(&ipgre_net_ops); in ipgre_init()
1329 unregister_pernet_device(&ipgre_tap_net_ops); in ipgre_fini()
1330 unregister_pernet_device(&ipgre_net_ops); in ipgre_fini()
Dip_vti.c580 unregister_pernet_device(&vti_net_ops); in vti_init()
592 unregister_pernet_device(&vti_net_ops); in vti_fini()
Dfou.c981 unregister_pernet_device(&fou_net_ops); in fou_init()
990 unregister_pernet_device(&fou_net_ops); in fou_fini()
/linux-4.4.14/include/net/
Dnet_namespace.h316 void unregister_pernet_device(struct pernet_operations *);
/linux-4.4.14/net/l2tp/
Dl2tp_eth.c350 unregister_pernet_device(&l2tp_eth_net_ops); in l2tp_eth_exit()
Dl2tp_core.c1878 unregister_pernet_device(&l2tp_net_ops); in l2tp_init()
1891 unregister_pernet_device(&l2tp_net_ops); in l2tp_exit()
Dl2tp_ppp.c1844 unregister_pernet_device(&pppol2tp_net_ops); in pppol2tp_init()
1855 unregister_pernet_device(&pppol2tp_net_ops); in pppol2tp_exit()
/linux-4.4.14/net/core/
Dnet_namespace.c951 void unregister_pernet_device(struct pernet_operations *ops) in unregister_pernet_device() function
959 EXPORT_SYMBOL_GPL(unregister_pernet_device);
/linux-4.4.14/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.c991 unregister_pernet_device(&ppp_net_ops); in ppp_init()
3007 unregister_pernet_device(&ppp_net_ops); in ppp_cleanup()
/linux-4.4.14/net/wireless/
Dcore.c1219 unregister_pernet_device(&cfg80211_pernet_ops); in cfg80211_init()
1232 unregister_pernet_device(&cfg80211_pernet_ops); in cfg80211_exit()
/linux-4.4.14/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_tunnel.c1991 unregister_pernet_device(&ip6_tnl_net_ops); in ip6_tunnel_init()
2009 unregister_pernet_device(&ip6_tnl_net_ops); in ip6_tunnel_cleanup()
Dip6_gre.c1726 unregister_pernet_device(&ip6gre_net_ops); in ip6gre_init()
1735 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()
/linux-4.4.14/net/netfilter/ipvs/
Dip_vs_core.c2177 unregister_pernet_device(&ipvs_core_dev_ops); in ip_vs_init()
2193 unregister_pernet_device(&ipvs_core_dev_ops); in ip_vs_cleanup()
/linux-4.4.14/net/openvswitch/
Ddatapath.c2347 unregister_pernet_device(&ovs_net_ops); in dp_init()
2365 unregister_pernet_device(&ovs_net_ops); in dp_cleanup()