Esempio n. 1
0
File: core.c Progetto: 19Dan01/linux
static void __net_exit tipc_exit_net(struct net *net)
{
	tipc_subscr_stop(net);
	tipc_net_stop(net);
	tipc_nametbl_stop(net);
	tipc_sk_rht_destroy(net);
}
Esempio n. 2
0
static void __net_exit tipc_exit_net(struct net *net)
{
	tipc_topsrv_stop(net);
	tipc_net_stop(net);
	tipc_bcast_stop(net);
	tipc_nametbl_stop(net);
	tipc_sk_rht_destroy(net);
}
Esempio n. 3
0
void tipc_core_stop_net(void)
{
	tipc_eth_media_stop();
	tipc_net_stop();
}