Function report

Linux Kernel

v5.5.9

Brick Technologies Co., Ltd

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

Name:kobj_ns_ops

Proto:const struct kobj_ns_type_operations *kobj_ns_ops(struct kobject *kobj)

Type:struct kobj_ns_type_operations

Parameter:

TypeParameterName
struct kobject *kobj
1065  Return kobj_child_ns_ops(parent)
Caller
NameDescribe
kobject_uevent_net_broadcast
kobject_namespacekobject_namespace() - Return @kobj's namespace tag.*@kobj: kobject in question* Returns namespace tag of @kobj if its parent has namespace ops enabled* and thus @kobj should have a namespace tag associated with it. Returns* %NULL otherwise.