Searched refs:ipc_namespace (Results 1 - 2 of 2) sorted by relevance

/include/linux/
H A Dipc_namespace.h29 struct ipc_namespace { struct
70 extern struct ipc_namespace init_ipc_ns;
76 extern int register_ipcns_notifier(struct ipc_namespace *);
77 extern int cond_register_ipcns_notifier(struct ipc_namespace *);
78 extern void unregister_ipcns_notifier(struct ipc_namespace *);
80 extern void shm_destroy_orphaned(struct ipc_namespace *ns);
82 static inline int register_ipcns_notifier(struct ipc_namespace *ns)
84 static inline int cond_register_ipcns_notifier(struct ipc_namespace *ns)
86 static inline void unregister_ipcns_notifier(struct ipc_namespace *ns) { }
88 static inline void shm_destroy_orphaned(struct ipc_namespace *n
[all...]
H A Dnsproxy.h9 struct ipc_namespace;
28 struct ipc_namespace *ipc_ns;

Completed in 90 milliseconds