Searched refs:old_net (Results 1 – 5 of 5) sorted by relevance
72 static int unshare_net(int old_net) in unshare_net() argument84 setns(old_net, CLONE_NEWNET); in unshare_net()440 int err, link, old_net; in test_link_update_netns_gone() local442 old_net = netns; in test_link_update_netns_gone()443 netns = unshare_net(old_net); in test_link_update_netns_gone()480 int err, link, old_net; in test_link_get_info() local482 old_net = netns; in test_link_get_info()483 netns = unshare_net(old_net); in test_link_get_info()545 old_net = -1; in test_link_get_info()566 if (old_net != -1) in test_link_get_info()[all …]
200 struct net *old_net);212 struct user_namespace *user_ns, struct net *old_net) in copy_net_ns() argument216 return old_net; in copy_net_ns()
462 struct user_namespace *user_ns, struct net *old_net) in copy_net_ns() argument469 return get_net(old_net); in copy_net_ns()
3160 struct net *old_net; in tcp_set_hashinfo() local3165 old_net = current->nsproxy->net_ns; in tcp_set_hashinfo()3166 ehash_entries = READ_ONCE(old_net->ipv4.sysctl_tcp_child_ehash_entries); in tcp_set_hashinfo()
3366 struct net *old_net; in udp_set_table() local3371 old_net = current->nsproxy->net_ns; in udp_set_table()3372 hash_entries = READ_ONCE(old_net->ipv4.sysctl_udp_child_hash_entries); in udp_set_table()
Completed in 62 milliseconds