|
Linux Kernel
3.7.1
|
Go to the source code of this file.
Data Structures | |
| struct | kobj_ns_type_operations |
Enumerations | |
| enum | kobj_ns_type { KOBJ_NS_TYPE_NONE = 0, KOBJ_NS_TYPE_NET, KOBJ_NS_TYPES } |
Functions | |
| int | kobj_ns_type_register (const struct kobj_ns_type_operations *ops) |
| int | kobj_ns_type_registered (enum kobj_ns_type type) |
| struct kobj_ns_type_operations * | kobj_child_ns_ops (struct kobject *parent) |
| struct kobj_ns_type_operations * | kobj_ns_ops (struct kobject *kobj) |
| void * | kobj_ns_grab_current (enum kobj_ns_type type) |
| const void * | kobj_ns_netlink (enum kobj_ns_type type, struct sock *sk) |
| const void * | kobj_ns_initial (enum kobj_ns_type type) |
| void | kobj_ns_drop (enum kobj_ns_type type, void *ns) |
| enum kobj_ns_type |
Definition at line 27 of file kobject_ns.h.
|
read |
| void kobj_ns_drop | ( | enum kobj_ns_type | type, |
| void * | ns | ||
| ) |
| void* kobj_ns_grab_current | ( | enum kobj_ns_type | type | ) |
| const void* kobj_ns_initial | ( | enum kobj_ns_type | type | ) |
| const void* kobj_ns_netlink | ( | enum kobj_ns_type | type, |
| struct sock * | sk | ||
| ) |
|
read |
| int kobj_ns_type_register | ( | const struct kobj_ns_type_operations * | ops | ) |
| int kobj_ns_type_registered | ( | enum kobj_ns_type | type | ) |
1.8.2