Go to the documentation of this file. 1 #ifndef _LINUX_UTSNAME_H
2 #define _LINUX_UTSNAME_H
5 #include <linux/sched.h>
62 #ifdef CONFIG_PROC_SYSCTL
63 extern void uts_proc_notify(
enum uts_proc proc);
65 static inline void uts_proc_notify(
enum uts_proc proc)
72 return &
current->nsproxy->uts_ns->name;
75 static inline struct new_utsname *init_utsname(
void)