Searched refs:nsproxy (Results 51 - 75 of 109) sorted by relevance

12345

/linux-master/net/bpf/
H A Dtest_run.c960 struct net *net = current->nsproxy->net_ns;
1111 device = dev_get_by_index(current->nsproxy->net_ns,
1217 rxqueue = __netif_get_rx_queue(current->nsproxy->net_ns->loopback_dev, 0);
1583 struct net *net = current->nsproxy->net_ns;
/linux-master/include/net/
H A Dnet_namespace.h210 #include <linux/nsproxy.h>
/linux-master/net/core/
H A Dscm.c26 #include <linux/nsproxy.h>
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 Dnetpoll.c685 struct net *net = current->nsproxy->net_ns;
/linux-master/kernel/cgroup/
H A Dcgroup.c56 #include <linux/nsproxy.h>
1418 cset = current->nsproxy->cgroup_ns->root_cset;
1446 if (current->nsproxy) {
1447 cset = current->nsproxy->cgroup_ns->root_cset;
1453 * nsproxy == NULL. Fall back to cgrp_dfl_root which will make all
1969 if (current->nsproxy->cgroup_ns == &init_cgroup_ns) {
2266 ctx->ns = current->nsproxy->cgroup_ns;
4042 ctx->ns = current->nsproxy->cgroup_ns;
6295 current->nsproxy->cgroup_ns);
6457 current->nsproxy
[all...]
/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/kernel/bpf/
H A Doffload.c251 netdev = dev_get_by_index(current->nsproxy->net_ns, attr->prog_ifindex);
515 struct net *net = current->nsproxy->net_ns;
H A Ddevmap.c951 return __dev_map_update_elem(current->nsproxy->net_ns,
1011 return __dev_map_hash_update_elem(current->nsproxy->net_ns,
/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/kernel/
H A Dfork.c47 #include <linux/nsproxy.h>
2145 struct nsproxy *nsp = current->nsproxy;
2406 pid = alloc_pid(p->nsproxy->pid_ns_for_children, args->set_tid,
3278 struct nsproxy *new_nsproxy = NULL;
/linux-master/net/rds/
H A Dtcp.c689 struct net *net = current->nsproxy->net_ns;
/linux-master/fs/ecryptfs/
H A Decryptfs_kernel.h26 #include <linux/nsproxy.h>
/linux-master/include/linux/
H A Dcgroup.h23 #include <linux/nsproxy.h>
/linux-master/drivers/android/
H A Dbinderfs.c686 info->ipc_ns = get_ipc_ns(current->nsproxy->ipc_ns);
/linux-master/fs/afs/
H A Dsuper.c27 #include <linux/nsproxy.h>
/linux-master/security/keys/
H A Dkeyring.c16 #include <linux/nsproxy.h>
223 index_key->domain_tag = current->nsproxy->net_ns->key_domain;
/linux-master/drivers/net/
H A Dtap.c6 #include <linux/nsproxy.h>
513 struct net *net = current->nsproxy->net_ns;
/linux-master/fs/nfsd/
H A Dnfsctl.c1334 struct nfsd_net *nn = net_generic(current->nsproxy->net_ns,
1427 return exports_net_open(current->nsproxy->net_ns, file);
/linux-master/drivers/infiniband/core/
H A Duser_mad.c1003 if (!rdma_dev_access_netns(port->ib_dev, current->nsproxy->net_ns)) {
1101 if (!rdma_dev_access_netns(port->ib_dev, current->nsproxy->net_ns)) {
/linux-master/drivers/net/mctp/
H A Dmctp-i2c.c828 dev_net_set(ndev, current->nsproxy->net_ns);
/linux-master/drivers/net/bonding/
H A Dbond_sysfs.c25 #include <linux/nsproxy.h>
/linux-master/drivers/net/ppp/
H A Dpppoe.c76 #include <linux/nsproxy.h>
H A Dppp_generic.c52 #include <linux/nsproxy.h>
718 err = ppp_unattached_ioctl(current->nsproxy->net_ns,
757 pn = ppp_pernet(current->nsproxy->net_ns);
2873 return ppp_register_net_channel(current->nsproxy->net_ns, chan);

Completed in 352 milliseconds

12345