Ejemplo n.º 1
0
Archivo: core.c Proyecto: 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);
}
Ejemplo 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);
}
Ejemplo n.º 3
0
void tipc_core_stop_net(void)
{
	tipc_eth_media_stop();
	tipc_net_stop();
}