Home
last modified time | relevance | path

Searched refs:old_net (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Dflow_dissector_reattach.c72 static int unshare_net(int old_net) in unshare_net() argument
84 setns(old_net, CLONE_NEWNET); in unshare_net()
440 int err, link, old_net; in test_link_update_netns_gone() local
442 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() local
482 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 …]
/linux-6.3-rc2/include/net/
A Dnet_namespace.h200 struct net *old_net);
212 struct user_namespace *user_ns, struct net *old_net) in copy_net_ns() argument
216 return old_net; in copy_net_ns()
/linux-6.3-rc2/net/core/
A Dnet_namespace.c462 struct user_namespace *user_ns, struct net *old_net) in copy_net_ns() argument
469 return get_net(old_net); in copy_net_ns()
/linux-6.3-rc2/net/ipv4/
A Dtcp_ipv4.c3160 struct net *old_net; in tcp_set_hashinfo() local
3165 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()
A Dudp.c3366 struct net *old_net; in udp_set_table() local
3371 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