|
@@ -227,7 +227,6 @@ int peernet2id_alloc(struct net *net, struct net *peer)
|
|
|
rtnl_net_notifyid(net, RTM_NEWNSID, id);
|
|
|
return id;
|
|
|
}
|
|
|
-EXPORT_SYMBOL(peernet2id_alloc);
|
|
|
|
|
|
/* This function returns, if assigned, the id of a peer netns. */
|
|
|
int peernet2id(struct net *net, struct net *peer)
|
|
@@ -240,6 +239,7 @@ int peernet2id(struct net *net, struct net *peer)
|
|
|
spin_unlock_irqrestore(&net->nsid_lock, flags);
|
|
|
return id;
|
|
|
}
|
|
|
+EXPORT_SYMBOL(peernet2id);
|
|
|
|
|
|
/* This function returns true is the peer netns has an id assigned into the
|
|
|
* current netns.
|