[Devel] [patch -mm 16/17] net namespace: add unshare
Daniel Lezcano
dlezcano at fr.ibm.com
Tue Dec 5 02:53:52 PST 2006
Dmitry Mishin wrote:
> Cedric,
>
> On Tuesday 05 December 2006 13:28, clg at fr.ibm.com wrote:
> [skip]
>> +static inline int unshare_net_ns(unsigned long unshare_flags,
>> + struct net_namespace **new_net)
>> +{
>> + if (unshare_flags & NS_NET)
> Where is it defined?
This function is for !CONFIG_NET_NS
unshare_net_ns is defined in net_namespace.c
More information about the Devel
mailing list