Searched refs:nsproxy (Results 101 - 111 of 111) sorted by path

12345

/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/rds/
H A Dtcp.c688 struct net *net = current->nsproxy->net_ns;
/linux-master/net/sctp/
H A Dsocket.c5632 if (!net_eq(current->nsproxy->net_ns, sock_net(sk)))
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/
H A Dsocket.c85 #include <linux/nsproxy.h>
1622 return __sock_create(current->nsproxy->net_ns, family, type, protocol, res, 0);
H A Dsysctl_net.c18 #include <linux/nsproxy.h>
33 return &current->nsproxy->net_ns->sysctls;
38 return &current->nsproxy->net_ns->sysctls == set;
/linux-master/net/sunrpc/
H A Drpc_pipe.c33 #include <linux/nsproxy.h>
/linux-master/security/apparmor/
H A Dpath.c14 #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/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/tools/testing/selftests/bpf/progs/
H A Dprofiler.inc.h257 BPF_CORE_READ(task, nsproxy, cgroup_ns, root_cset, dfl_cgrp, kn);

Completed in 607 milliseconds

12345