Home
last modified time | relevance | path

Searched refs:setns_socket (Results 1 – 4 of 4) sorted by relevance

/dports/www/uwsgi/uwsgi-2.0.20/core/
H A Dmaster_events.c59 if (uwsgi.setns_socket && uwsgi.setns_socket_fd > -1 && interesting_fd == uwsgi.setns_socket_fd) { in uwsgi_master_manage_events()
H A Dmaster.c431 if (uwsgi.setns_socket) {
432 uwsgi.setns_socket_fd = bind_to_unix(uwsgi.setns_socket, uwsgi.listen_queue, 0, 0);
434 if (chmod(uwsgi.setns_socket, S_IRUSR|S_IWUSR)) {
H A Duwsgi.c376 …eturning namespace fds from /proc/self/ns", uwsgi_opt_set_str, &uwsgi.setns_socket, UWSGI_OPT_MAST…
2929 && !uwsgi.setns_socket
/dports/www/uwsgi/uwsgi-2.0.20/
H A Duwsgi.h2031 char *setns_socket; member