Home
last modified time | relevance | path

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

/linux/include/linux/
A Dkobject_ns.h26 enum kobj_ns_type { enum
40 enum kobj_ns_type type;
49 int kobj_ns_type_registered(enum kobj_ns_type type);
53 bool kobj_ns_current_may_mount(enum kobj_ns_type type);
54 void *kobj_ns_grab_current(enum kobj_ns_type type);
55 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk);
56 const void *kobj_ns_initial(enum kobj_ns_type type);
57 void kobj_ns_drop(enum kobj_ns_type type, void *ns);
A Dsysfs.h28 enum kobj_ns_type;
/linux/lib/
A Dkobject.c1030 enum kobj_ns_type type = ops->type; in kobj_ns_type_register()
1055 int kobj_ns_type_registered(enum kobj_ns_type type) in kobj_ns_type_registered()
1082 bool kobj_ns_current_may_mount(enum kobj_ns_type type) in kobj_ns_current_may_mount()
1095 void *kobj_ns_grab_current(enum kobj_ns_type type) in kobj_ns_grab_current()
1109 const void *kobj_ns_netlink(enum kobj_ns_type type, struct sock *sk) in kobj_ns_netlink()
1122 const void *kobj_ns_initial(enum kobj_ns_type type) in kobj_ns_initial()
1135 void kobj_ns_drop(enum kobj_ns_type type, void *ns) in kobj_ns_drop()
/linux/Documentation/networking/
A Dsysfs-tagging.rst41 - define a type in the ``kobj_ns_type`` enumeration.

Completed in 7 milliseconds