RootNetworkNamespace returns the root network namespace, always non-nil.
()
| 1823 | |
| 1824 | // RootNetworkNamespace returns the root network namespace, always non-nil. |
| 1825 | func (k *Kernel) RootNetworkNamespace() *inet.Namespace { |
| 1826 | return k.rootNetworkNamespace |
| 1827 | } |
| 1828 | |
| 1829 | // GlobalInit returns the thread group with ID 1 in the root PID namespace, or |
| 1830 | // nil if no such thread group exists. GlobalInit may return a thread group |
no outgoing calls
no test coverage detected