Home
last modified time | relevance | path

Searched refs:kobj_ns_type_register (Results 1 – 4 of 4) sorted by relevance

/linux/include/linux/
H A Dkobject_ns.h48 int kobj_ns_type_register(const struct kobj_ns_type_operations *ops);
/linux/Documentation/networking/
H A Dsysfs-tagging.rst42 - call kobj_ns_type_register() with its ``kobj_ns_type_operations`` which has
/linux/lib/
H A Dkobject.c1024 int kobj_ns_type_register(const struct kobj_ns_type_operations *ops) in kobj_ns_type_register() function
/linux/net/core/
H A Dnet-sysfs.c2420 kobj_ns_type_register(&net_ns_type_operations); in netdev_kobject_init()