Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

Source Code:kernel\nsproxy.c Create Date:2022-07-28 09:31:30
Last Modify:2020-03-12 14:18:49 Copyright©Brick
home page Tree
Annotation kernel can get tool activityDownload SCCTChinese

Name:free_nsproxy

Proto:void free_nsproxy(struct nsproxy *ns)

Type:void

Parameter:

TypeParameterName
struct nsproxy *ns
171  If mnt_ns Then put_mnt_ns(mnt_ns)
173  If uts_ns Then put_uts_ns(uts_ns)
175  If ipc_ns Then put_ipc_ns(ipc_ns)
177  If pid_ns_for_children Then put_pid_ns(pid_ns_for_children)
179  put_cgroup_ns(cgroup_ns)
180  put_net(net_ns)
181  Deallocate an object
Caller
NameDescribe
switch_task_namespaces
SYSCALL_DEFINE2