#include "namespaces.h"
#include "util.h"
#include "event.h"
#include <sys/types.h>
#include <sys/stat.h>
#include <fcntl.h>
#include <limits.h>
#include <sched.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <unistd.h>
Go to the source code of this file.
◆ namespaces__free()
void namespaces__free |
( |
struct namespaces * |
namespaces | ) |
|
◆ namespaces__new()
◆ nsinfo__copy()
◆ nsinfo__delete()
void nsinfo__delete |
( |
struct nsinfo * |
nsi | ) |
|
◆ nsinfo__get()
◆ nsinfo__init()
int nsinfo__init |
( |
struct nsinfo * |
nsi | ) |
|
◆ nsinfo__mountns_enter()
void nsinfo__mountns_enter |
( |
struct nsinfo * |
nsi, |
|
|
struct nscookie * |
nc |
|
) |
| |
◆ nsinfo__mountns_exit()
void nsinfo__mountns_exit |
( |
struct nscookie * |
nc | ) |
|
◆ nsinfo__new()
struct nsinfo* nsinfo__new |
( |
pid_t |
pid | ) |
|
◆ nsinfo__put()
void nsinfo__put |
( |
struct nsinfo * |
nsi | ) |
|
◆ nsinfo__realpath()
char* nsinfo__realpath |
( |
const char * |
path, |
|
|
struct nsinfo * |
nsi |
|
) |
| |