Searched refs:nsproxy (Results 26 - 50 of 111) sorted by last modified time

12345

/linux-master/include/linux/
H A Dcgroup.h23 #include <linux/nsproxy.h>
/linux-master/tools/testing/selftests/bpf/bpf_testmod/
H A Dbpf_testmod.c15 #include <linux/nsproxy.h>
543 err = sock_create_kern(current->nsproxy->net_ns, args->af, args->type,
/linux-master/net/sctp/
H A Dsysctl.c390 struct net *net = current->nsproxy->net_ns;
435 struct net *net = current->nsproxy->net_ns;
463 struct net *net = current->nsproxy->net_ns;
501 struct net *net = current->nsproxy->net_ns;
530 struct net *net = current->nsproxy->net_ns;
571 struct net *net = current->nsproxy->net_ns;
/linux-master/net/rds/
H A Dtcp.c688 struct net *net = current->nsproxy->net_ns;
/linux-master/net/netfilter/
H A Dnf_conntrack_core.c33 #include <linux/nsproxy.h>
2644 if (current->nsproxy->net_ns != &init_net)
/linux-master/net/netfilter/ipvs/
H A Dip_vs_ctl.c35 #include <linux/nsproxy.h>
/linux-master/net/mptcp/
H A Dctrl.c119 const struct net *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,
/linux-master/net/ipv4/
H A Dudp.c3528 old_net = current->nsproxy->net_ns;
H A Dtcp_ipv4.c3396 old_net = current->nsproxy->net_ns;
H A Ddevinet.c2702 memcpy(all, current->nsproxy->net_ns->ipv4.devconf_all,
2705 current->nsproxy->net_ns->ipv4.devconf_dflt,
/linux-master/net/core/
H A Dscm.c26 #include <linux/nsproxy.h>
H A Dnetpoll.c685 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; local
1441 nsproxy
1461 struct nsproxy *nsproxy = nsset->nsproxy; local
[all...]
H A Ddev.c9667 struct net *net = current->nsproxy->net_ns;
/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/ipc/
H A Dshm.c44 #include <linux/nsproxy.h>
833 ns = current->nsproxy->ipc_ns;
1246 ns = current->nsproxy->ipc_ns;
1438 ns = current->nsproxy->ipc_ns;
1575 ns = current->nsproxy->ipc_ns;
/linux-master/include/net/
H A Dscm.h11 #include <linux/nsproxy.h>
/linux-master/fs/proc/
H A Dproc_net.c22 #include <linux/nsproxy.h>
99 p->net = get_net_track(current->nsproxy->net_ns, &p->ns_tracker,
271 struct nsproxy *ns;
278 ns = task->nsproxy;
/linux-master/drivers/net/
H A Dtun.c58 #include <linux/nsproxy.h>
3459 struct net *net = current->nsproxy->net_ns;
H A Dtap.c6 #include <linux/nsproxy.h>
513 struct net *net = current->nsproxy->net_ns;
/linux-master/drivers/net/ppp/
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);
/linux-master/drivers/net/bonding/
H A Dbond_sysfs.c25 #include <linux/nsproxy.h>
/linux-master/fs/smb/client/
H A Dconnect.c1533 if (!net_eq(cifs_net_ns(server), current->nsproxy->net_ns))
1718 cifs_set_net_ns(tcp_ses, get_net(current->nsproxy->net_ns));

Completed in 619 milliseconds

12345