Searched refs:uid_shift_socket_pair (Results 1 - 1 of 1) sorted by relevance
/systemd/src/nspawn/ |
H A D | nspawn.c | 3309 _cleanup_close_pair_ int kmsg_socket_pair[2] = { -1, -1 }, rtnl_socket_pair[2] = { -1, -1 }, pid_socket_pair[2] = { -1, -1 }, uid_shift_socket_pair[2] = { -1, -1 }; local 3345 if (socketpair(AF_UNIX, SOCK_SEQPACKET|SOCK_CLOEXEC, 0, uid_shift_socket_pair) < 0) { 3384 uid_shift_socket_pair[0] = safe_close(uid_shift_socket_pair[0]); 3400 uid_shift_socket_pair[1], 3415 uid_shift_socket_pair[1] = safe_close(uid_shift_socket_pair[1]); 3448 l = recv(uid_shift_socket_pair[0], &arg_uid_shift, sizeof(arg_uid_shift), 0);
|
Completed in 396 milliseconds