Home
last modified time | relevance | path

Searched defs:netns_fd (Results 1 – 5 of 5) sorted by relevance

/systemd-251/src/basic/
Dnamespace-util.c18 int namespace_open(pid_t pid, int *pidns_fd, int *mntns_fd, int *netns_fd, int *userns_fd, int *roo… in namespace_open()
87 int namespace_enter(int pidns_fd, int mntns_fd, int netns_fd, int userns_fd, int root_fd) { in namespace_enter()
Dprocess-util.c1411 int netns_fd, in namespace_fork()
/systemd-251/src/nspawn/
Dnspawn-network.c495 int move_network_interfaces(int netns_fd, char **ifaces) { in move_network_interfaces()
Dnspawn.c3632 int netns_fd) { in outer_child()
/systemd-251/src/machine/
Dmachine-dbus.c241 _cleanup_close_ int netns_fd = -1; in bus_machine_method_get_addresses() local