Searched refs:nsproxy (Results 76 - 100 of 110) sorted by path

12345

/linux-master/kernel/
H A Duser_namespace.c4 #include <linux/nsproxy.h>
H A Dutsname.c122 struct nsproxy *nsproxy; local
125 nsproxy = task->nsproxy;
126 if (nsproxy) {
127 ns = nsproxy->uts_ns;
142 struct nsproxy *nsproxy = nsset->nsproxy; local
150 put_uts_ns(nsproxy
[all...]
H A Dutsname_sysctl.c23 uts_ns = current->nsproxy->uts_ns;
/linux-master/mm/
H A Dmempolicy.c94 #include <linux/nsproxy.h>
H A Dmigrate.c23 #include <linux/nsproxy.h>
/linux-master/net/9p/
H A Dtrans_fd.c1014 err = __sock_create(current->nsproxy->net_ns, PF_INET,
1065 err = __sock_create(current->nsproxy->net_ns, PF_UNIX,
/linux-master/net/bpf/
H A Dtest_run.c968 struct net *net = current->nsproxy->net_ns;
1119 device = dev_get_by_index(current->nsproxy->net_ns,
1225 rxqueue = __netif_get_rx_queue(current->nsproxy->net_ns->loopback_dev, 0);
1591 struct net *net = current->nsproxy->net_ns;
/linux-master/net/ceph/
H A Dceph_common.c13 #include <linux/nsproxy.h>
144 if (!net_eq(current->nsproxy->net_ns, read_pnet(&client->msgr.net)))
H A Dmessenger.c10 #include <linux/nsproxy.h>
1270 ip_len = dns_query(current->nsproxy->net_ns,
1694 write_pnet(&msgr->net, get_net(current->nsproxy->net_ns));
/linux-master/net/core/
H A Ddev.c9667 struct net *net = current->nsproxy->net_ns;
H A Dnet-sysfs.c15 #include <linux/nsproxy.h>
1962 struct net *net = current->nsproxy->net_ns;
1969 struct net *ns = current->nsproxy->net_ns;
H A Dnet_namespace.c13 #include <linux/nsproxy.h>
734 struct nsproxy *nsproxy; local
736 nsproxy = tsk->nsproxy;
737 if (nsproxy)
738 net = get_net(nsproxy->net_ns);
1438 struct nsproxy *nsproxy;
1441 nsproxy
1437 struct nsproxy *nsproxy; local
1460 struct nsproxy *nsproxy = nsset->nsproxy; local
[all...]
H A Dnetpoll.c685 struct net *net = current->nsproxy->net_ns;
H A Dpktgen.c520 struct pktgen_net *pn = net_generic(current->nsproxy->net_ns, pg_net_id);
H A Dscm.c26 #include <linux/nsproxy.h>
/linux-master/net/ipv4/
H A Ddevinet.c2702 memcpy(all, current->nsproxy->net_ns->ipv4.devconf_all,
2705 current->nsproxy->net_ns->ipv4.devconf_dflt,
H A Dtcp_ipv4.c3396 old_net = current->nsproxy->net_ns;
H A Dudp.c3528 old_net = current->nsproxy->net_ns;
/linux-master/net/ipv6/
H A Daddrconf.c7311 memcpy(all, current->nsproxy->net_ns->ipv6.devconf_all,
7314 current->nsproxy->net_ns->ipv6.devconf_dflt,
H A Droute.c41 #include <linux/nsproxy.h>
/linux-master/net/l2tp/
H A Dl2tp_core.c45 #include <linux/nsproxy.h>
H A Dl2tp_ppp.c89 #include <linux/nsproxy.h>
/linux-master/net/mptcp/
H A Dctrl.c119 const struct net *net = current->nsproxy->net_ns;
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c35 #include <linux/nsproxy.h>
/linux-master/net/netfilter/
H A Dnf_bpf_link.c209 struct net *net = current->nsproxy->net_ns;

Completed in 884 milliseconds

12345