Home
last modified time | relevance | path

Searched refs:move_network_interfaces (Results 1 – 3 of 3) sorted by relevance

/systemd-251/src/nspawn/
Dnspawn-network.h19 int move_network_interfaces(int netns_fd, char **ifaces);
Dnspawn-network.c495 int move_network_interfaces(int netns_fd, char **ifaces) { in move_network_interfaces() function
Dnspawn.c4995 r = move_network_interfaces(child_netns_fd, arg_network_interfaces); in run_container()
5267 r = move_network_interfaces(parent_netns_fd, arg_network_interfaces); in run_container()