Home
last modified time | relevance | path

Searched refs:get_net (Results 1 – 18 of 18) sorted by relevance

/linux-4.1.27/net/core/
Dnet_namespace.c224 get_net(peer); in get_net_ns_by_id()
318 return get_net(old_net); in copy_net_ns()
433 net = get_net(container_of(ns, struct net, ns)); in get_net_ns_by_fd()
463 net = get_net(nsproxy->net_ns); in get_net_ns_by_pid()
929 net = get_net(nsproxy->net_ns); in netns_get()
954 nsproxy->net_ns = get_net(net); in netns_install()
Dsock.c1410 sock_net_set(sk, get_net(net)); in sk_alloc()
1474 sock_net_set(sk, get_net(&init_net)); in sk_release_kernel()
1504 get_net(sock_net(newsk)); in sk_clone_lock()
Drtnetlink.c1395 net = get_net(src_net); in rtnl_link_get_net()
/linux-4.1.27/include/net/
Dnet_namespace.h176 static inline struct net *get_net(struct net *net) in get_net() function
210 static inline struct net *get_net(struct net *net) in get_net() function
/linux-4.1.27/fs/proc/
Dproc_net.c119 net = get_net(ns->net_ns); in get_proc_task_net()
/linux-4.1.27/fs/nfsd/
Dnfsctl.c1163 sb->s_fs_info = get_net(net); in nfsd_fill_super()
Dnfs4state.c6619 get_net(net); in nfs4_state_create_net()
/linux-4.1.27/net/netfilter/
Dnfnetlink_log.c186 inst->net = get_net(net); in instance_create()
/linux-4.1.27/net/sunrpc/
Dsvc_xprt.c168 xprt->xpt_net = get_net(net); in svc_xprt_init()
Dxprt.c1328 xprt->xprt_net = get_net(net); in xprt_init()
Drpc_pipe.c1422 sb->s_fs_info = get_net(net); in rpc_fill_super()
Dclnt.c1266 net = get_net(xprt->xprt_net); in rpc_localaddr()
/linux-4.1.27/kernel/
Dauditfilter.c1108 dest->net = get_net(net); in audit_list_rules_send()
Daudit.c615 reply->net = get_net(net); in audit_send_reply()
/linux-4.1.27/fs/nfs/
Dclient.c182 clp->cl_net = get_net(cl_init->net); in nfs_alloc_client()
/linux-4.1.27/drivers/net/
Dtun.c2166 tfile->net = get_net(current->nsproxy->net_ns); in tun_chr_open()
/linux-4.1.27/net/sunrpc/auth_gss/
Dauth_gss.c1003 gss_auth->net = get_net(rpc_net_ns(clnt)); in gss_create_new()
/linux-4.1.27/fs/cifs/
Dconnect.c2125 cifs_set_net_ns(tcp_ses, get_net(current->nsproxy->net_ns)); in cifs_get_tcp_session()